Color spaces of #dbcaeb
RGB | 219 | 202 | 235 |
---|---|---|---|
HSL | 0.75 | 0.45 | 0.86 |
HSV | 271° | 14° | 92° |
CMYK | 0.07 | 0.14 | 0.00 0.08 |
XYZ | 65.3293 | 63.2993 | 87.3720 |
Yxy | 63.2993 | 0.3024 | 0.2931 |
Hunter Lab | 79.5609 | 7.3391 | -9.4184 |
CIE-Lab | 83.5996 | 11.9500 | -14.1286 |
#dbcaeb color RGB value is (219,202,235).
#dbcaeb hex color red value is 219, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbcaeb hue: 0.75 , saturation: 0.45 and the lightness value of dbcaeb is 0.86.
The process color (four color CMYK) of #dbcaeb color hex is 0.07, 0.14, 0.00, 0.08. Web safe color of #dbcaeb is #ccccff. Color #dbcaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001010 | 11101011 |
Octal | 333 | 312 | 353 |
Decimal | 219 | 202 | 235 |
Hex | DB | CA | EB |
Shades of #dbcaeb
Tints of #dbcaeb
RGB Percentages of Color #dbcaeb
CMYK Percentages of Color #dbcaeb
Complementary Color
#dbcaeb | #daebca |
#dbcaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcaeb Color CSS Codes
.mybgcolor {background-color:#dbcaeb; } .myforecolor {color:#dbcaeb; } .mybordercolor {border:3px solid #dbcaeb; }
#dbcaeb Text Font Color
<p style="color:#dbcaeb">Text here</p>
This sample text font color is #dbcaeb
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.
#dbcaeb Background Color
<div style="background-color:#dbcaeb">
Div content here</div>
This div background color is #dbcaeb
#dbcaeb Border Color
<div style="border:3px solid #dbcaeb">
Div here</div>
This div border color is #dbcaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,202,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcaeb; -webkit-box-shadow: 1px 1px 3px 2px #dbcaeb; box-shadow: 1px 1px 3px 2px #dbcaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,202,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcaeb; -webkit-box-shadow: 1px 1px 3px 2px #dbcaeb; box-shadow: 1px 1px 3px 2px #dbcaeb;">
Div content here</div>
This div box has shadow with color #dbcaeb
Comments
No comments written yet.
Please login to write comment.