Color spaces of #dbbcde
RGB | 219 | 188 | 222 |
---|---|---|---|
HSL | 0.82 | 0.34 | 0.80 |
HSV | 295° | 15° | 87° |
CMYK | 0.01 | 0.15 | 0.00 0.13 |
XYZ | 60.3815 | 56.3004 | 76.7919 |
Yxy | 56.3004 | 0.3121 | 0.2910 |
Hunter Lab | 75.0336 | 12.3348 | -8.1559 |
CIE-Lab | 79.7845 | 16.9610 | -12.8797 |
#dbbcde color RGB value is (219,188,222).
#dbbcde hex color red value is 219, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dbbcde hue: 0.82 , saturation: 0.34 and the lightness value of dbbcde is 0.80.
The process color (four color CMYK) of #dbbcde color hex is 0.01, 0.15, 0.00, 0.13. Web safe color of #dbbcde is #cccccc. Color #dbbcde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111100 | 11011110 |
Octal | 333 | 274 | 336 |
Decimal | 219 | 188 | 222 |
Hex | DB | BC | DE |
Shades of #dbbcde
Tints of #dbbcde
RGB Percentages of Color #dbbcde
CMYK Percentages of Color #dbbcde
Complementary Color
#dbbcde | #bfdebc |
#dbbcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbcde Color CSS Codes
.mybgcolor {background-color:#dbbcde; } .myforecolor {color:#dbbcde; } .mybordercolor {border:3px solid #dbbcde; }
#dbbcde Text Font Color
<p style="color:#dbbcde">Text here</p>
This sample text font color is #dbbcde
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.
#dbbcde Background Color
<div style="background-color:#dbbcde">
Div content here</div>
This div background color is #dbbcde
#dbbcde Border Color
<div style="border:3px solid #dbbcde">
Div here</div>
This div border color is #dbbcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,188,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbcde; -webkit-box-shadow: 1px 1px 3px 2px #dbbcde; box-shadow: 1px 1px 3px 2px #dbbcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,188,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbcde; -webkit-box-shadow: 1px 1px 3px 2px #dbbcde; box-shadow: 1px 1px 3px 2px #dbbcde;">
Div content here</div>
This div box has shadow with color #dbbcde
Comments
No comments written yet.
Please login to write comment.