Color spaces of #dbceda
RGB | 219 | 206 | 218 |
---|---|---|---|
HSL | 0.85 | 0.15 | 0.83 |
HSV | 305° | 6° | 86° |
CMYK | 0.00 | 0.06 | 0.00 0.14 |
XYZ | 63.9396 | 64.2646 | 75.3640 |
Yxy | 64.2646 | 0.3141 | 0.3157 |
Hunter Lab | 80.1652 | 2.0821 | 0.3766 |
CIE-Lab | 84.1033 | 6.6274 | -4.3230 |
#dbceda color RGB value is (219,206,218).
#dbceda hex color red value is 219, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dbceda hue: 0.85 , saturation: 0.15 and the lightness value of dbceda is 0.83.
The process color (four color CMYK) of #dbceda color hex is 0.00, 0.06, 0.00, 0.14. Web safe color of #dbceda is #cccccc. Color #dbceda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001110 | 11011010 |
Octal | 333 | 316 | 332 |
Decimal | 219 | 206 | 218 |
Hex | DB | CE | DA |
Shades of #dbceda
Tints of #dbceda
RGB Percentages of Color #dbceda
CMYK Percentages of Color #dbceda
Complementary Color
#dbceda | #cedbcf |
#dbceda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbceda Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbceda Color CSS Codes
.mybgcolor {background-color:#dbceda; } .myforecolor {color:#dbceda; } .mybordercolor {border:3px solid #dbceda; }
#dbceda Text Font Color
<p style="color:#dbceda">Text here</p>
This sample text font color is #dbceda
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.
#dbceda Background Color
<div style="background-color:#dbceda">
Div content here</div>
This div background color is #dbceda
#dbceda Border Color
<div style="border:3px solid #dbceda">
Div here</div>
This div border color is #dbceda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,206,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbceda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbceda; -webkit-box-shadow: 1px 1px 3px 2px #dbceda; box-shadow: 1px 1px 3px 2px #dbceda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,206,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbceda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbceda; -webkit-box-shadow: 1px 1px 3px 2px #dbceda; box-shadow: 1px 1px 3px 2px #dbceda;">
Div content here</div>
This div box has shadow with color #dbceda
Comments
No comments written yet.
Please login to write comment.