Color spaces of #dbdded
RGB | 219 | 221 | 237 |
---|---|---|---|
HSL | 0.65 | 0.33 | 0.89 |
HSV | 233° | 8° | 93° |
CMYK | 0.08 | 0.07 | 0.00 0.07 |
XYZ | 70.3559 | 72.8874 | 90.4813 |
Yxy | 72.8874 | 0.3010 | 0.3119 |
Hunter Lab | 85.3741 | -2.3048 | -3.0749 |
CIE-Lab | 88.3940 | 2.3233 | -8.0414 |
#dbdded color RGB value is (219,221,237).
#dbdded hex color red value is 219, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dbdded hue: 0.65 , saturation: 0.33 and the lightness value of dbdded is 0.89.
The process color (four color CMYK) of #dbdded color hex is 0.08, 0.07, 0.00, 0.07. Web safe color of #dbdded is #ccccff. Color #dbdded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011101 | 11101101 |
Octal | 333 | 335 | 355 |
Decimal | 219 | 221 | 237 |
Hex | DB | DD | ED |
Shades of #dbdded
Tints of #dbdded
RGB Percentages of Color #dbdded
CMYK Percentages of Color #dbdded
Complementary Color
#dbdded | #edebdb |
#dbdded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdded Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdded Color CSS Codes
.mybgcolor {background-color:#dbdded; } .myforecolor {color:#dbdded; } .mybordercolor {border:3px solid #dbdded; }
#dbdded Text Font Color
<p style="color:#dbdded">Text here</p>
This sample text font color is #dbdded
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dbdded Background Color
<div style="background-color:#dbdded">
Div content here</div>
This div background color is #dbdded
#dbdded Border Color
<div style="border:3px solid #dbdded">
Div here</div>
This div border color is #dbdded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,221,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdded; -webkit-box-shadow: 1px 1px 3px 2px #dbdded; box-shadow: 1px 1px 3px 2px #dbdded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,221,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdded; -webkit-box-shadow: 1px 1px 3px 2px #dbdded; box-shadow: 1px 1px 3px 2px #dbdded;">
Div content here</div>
This div box has shadow with color #dbdded
Comments
No comments written yet.
Please login to write comment.