Color spaces of #dbddc4
RGB | 219 | 221 | 196 |
---|---|---|---|
HSL | 0.18 | 0.27 | 0.82 |
HSV | 65° | 11° | 87° |
CMYK | 0.01 | 0.00 | 0.11 0.13 |
XYZ | 65.0337 | 70.7585 | 62.4547 |
Yxy | 70.7585 | 0.3280 | 0.3569 |
Hunter Lab | 84.1181 | -9.2040 | 14.8619 |
CIE-Lab | 87.3675 | -4.9577 | 12.0452 |
#dbddc4 color RGB value is (219,221,196).
#dbddc4 hex color red value is 219, green value is 221 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #dbddc4 hue: 0.18 , saturation: 0.27 and the lightness value of dbddc4 is 0.82.
The process color (four color CMYK) of #dbddc4 color hex is 0.01, 0.00, 0.11, 0.13. Web safe color of #dbddc4 is #cccccc. Color #dbddc4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011101 | 11000100 |
Octal | 333 | 335 | 304 |
Decimal | 219 | 221 | 196 |
Hex | DB | DD | C4 |
Shades of #dbddc4
Tints of #dbddc4
RGB Percentages of Color #dbddc4
CMYK Percentages of Color #dbddc4
Complementary Color
#dbddc4 | #c6c4dd |
#dbddc4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbddc4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbddc4 Color CSS Codes
.mybgcolor {background-color:#dbddc4; } .myforecolor {color:#dbddc4; } .mybordercolor {border:3px solid #dbddc4; }
#dbddc4 Text Font Color
<p style="color:#dbddc4">Text here</p>
This sample text font color is #dbddc4
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.
#dbddc4 Background Color
<div style="background-color:#dbddc4">
Div content here</div>
This div background color is #dbddc4
#dbddc4 Border Color
<div style="border:3px solid #dbddc4">
Div here</div>
This div border color is #dbddc4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,221,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbddc4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbddc4; -webkit-box-shadow: 1px 1px 3px 2px #dbddc4; box-shadow: 1px 1px 3px 2px #dbddc4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,221,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbddc4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbddc4; -webkit-box-shadow: 1px 1px 3px 2px #dbddc4; box-shadow: 1px 1px 3px 2px #dbddc4;">
Div content here</div>
This div box has shadow with color #dbddc4
Comments
No comments written yet.
Please login to write comment.