Color spaces of #dbbce4
RGB | 219 | 188 | 228 |
---|---|---|---|
HSL | 0.80 | 0.43 | 0.82 |
HSV | 287° | 18° | 89° |
CMYK | 0.04 | 0.18 | 0.00 0.11 |
XYZ | 61.2002 | 56.6279 | 81.1035 |
Yxy | 56.6279 | 0.3076 | 0.2847 |
Hunter Lab | 75.2515 | 13.4795 | -11.2247 |
CIE-Lab | 79.9698 | 18.0959 | -15.8314 |
#dbbce4 color RGB value is (219,188,228).
#dbbce4 hex color red value is 219, green value is 188 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #dbbce4 hue: 0.80 , saturation: 0.43 and the lightness value of dbbce4 is 0.82.
The process color (four color CMYK) of #dbbce4 color hex is 0.04, 0.18, 0.00, 0.11. Web safe color of #dbbce4 is #cccccc. Color #dbbce4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111100 | 11100100 |
Octal | 333 | 274 | 344 |
Decimal | 219 | 188 | 228 |
Hex | DB | BC | E4 |
Shades of #dbbce4
Tints of #dbbce4
RGB Percentages of Color #dbbce4
CMYK Percentages of Color #dbbce4
Complementary Color
#dbbce4 | #c5e4bc |
#dbbce4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbce4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbce4 Color CSS Codes
.mybgcolor {background-color:#dbbce4; } .myforecolor {color:#dbbce4; } .mybordercolor {border:3px solid #dbbce4; }
#dbbce4 Text Font Color
<p style="color:#dbbce4">Text here</p>
This sample text font color is #dbbce4
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.
#dbbce4 Background Color
<div style="background-color:#dbbce4">
Div content here</div>
This div background color is #dbbce4
#dbbce4 Border Color
<div style="border:3px solid #dbbce4">
Div here</div>
This div border color is #dbbce4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,188,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbce4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbce4; -webkit-box-shadow: 1px 1px 3px 2px #dbbce4; box-shadow: 1px 1px 3px 2px #dbbce4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,188,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbce4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbce4; -webkit-box-shadow: 1px 1px 3px 2px #dbbce4; box-shadow: 1px 1px 3px 2px #dbbce4;">
Div content here</div>
This div box has shadow with color #dbbce4
#dbbce4 Color Palettes
Comments
No comments written yet.
Please login to write comment.