Color spaces of #dbcbe5
RGB | 219 | 203 | 229 |
---|---|---|---|
HSL | 0.77 | 0.33 | 0.85 |
HSV | 277° | 11° | 90° |
CMYK | 0.04 | 0.11 | 0.00 0.10 |
XYZ | 64.7122 | 63.4291 | 82.9611 |
Yxy | 63.4291 | 0.3065 | 0.3005 |
Hunter Lab | 79.6424 | 5.6633 | -6.0110 |
CIE-Lab | 83.6676 | 10.2630 | -10.8296 |
#dbcbe5 color RGB value is (219,203,229).
#dbcbe5 hex color red value is 219, green value is 203 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dbcbe5 hue: 0.77 , saturation: 0.33 and the lightness value of dbcbe5 is 0.85.
The process color (four color CMYK) of #dbcbe5 color hex is 0.04, 0.11, 0.00, 0.10. Web safe color of #dbcbe5 is #cccccc. Color #dbcbe5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001011 | 11100101 |
Octal | 333 | 313 | 345 |
Decimal | 219 | 203 | 229 |
Hex | DB | CB | E5 |
Shades of #dbcbe5
Tints of #dbcbe5
RGB Percentages of Color #dbcbe5
CMYK Percentages of Color #dbcbe5
Complementary Color
#dbcbe5 | #d5e5cb |
#dbcbe5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcbe5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcbe5 Color CSS Codes
.mybgcolor {background-color:#dbcbe5; } .myforecolor {color:#dbcbe5; } .mybordercolor {border:3px solid #dbcbe5; }
#dbcbe5 Text Font Color
<p style="color:#dbcbe5">Text here</p>
This sample text font color is #dbcbe5
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.
#dbcbe5 Background Color
<div style="background-color:#dbcbe5">
Div content here</div>
This div background color is #dbcbe5
#dbcbe5 Border Color
<div style="border:3px solid #dbcbe5">
Div here</div>
This div border color is #dbcbe5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,203,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcbe5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcbe5; -webkit-box-shadow: 1px 1px 3px 2px #dbcbe5; box-shadow: 1px 1px 3px 2px #dbcbe5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,203,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcbe5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcbe5; -webkit-box-shadow: 1px 1px 3px 2px #dbcbe5; box-shadow: 1px 1px 3px 2px #dbcbe5;">
Div content here</div>
This div box has shadow with color #dbcbe5
Comments
No comments written yet.
Please login to write comment.