Color spaces of #dedbc4
RGB | 222 | 219 | 196 |
---|---|---|---|
HSL | 0.15 | 0.28 | 0.82 |
HSV | 53° | 12° | 87° |
CMYK | 0.00 | 0.01 | 0.12 0.13 |
XYZ | 65.4195 | 70.1782 | 62.3223 |
Yxy | 70.1782 | 0.3305 | 0.3546 |
Hunter Lab | 83.7724 | -7.2077 | 14.5320 |
CIE-Lab | 87.0842 | -2.8668 | 11.6741 |
#dedbc4 color RGB value is (222,219,196).
#dedbc4 hex color red value is 222, green value is 219 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #dedbc4 hue: 0.15 , saturation: 0.28 and the lightness value of dedbc4 is 0.82.
The process color (four color CMYK) of #dedbc4 color hex is 0.00, 0.01, 0.12, 0.13. Web safe color of #dedbc4 is #cccccc. Color #dedbc4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011011 | 11000100 |
Octal | 336 | 333 | 304 |
Decimal | 222 | 219 | 196 |
Hex | DE | DB | C4 |
Shades of #dedbc4
Tints of #dedbc4
RGB Percentages of Color #dedbc4
CMYK Percentages of Color #dedbc4
Complementary Color
#dedbc4 | #c4c7de |
#dedbc4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedbc4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedbc4 Color CSS Codes
.mybgcolor {background-color:#dedbc4; } .myforecolor {color:#dedbc4; } .mybordercolor {border:3px solid #dedbc4; }
#dedbc4 Text Font Color
<p style="color:#dedbc4">Text here</p>
This sample text font color is #dedbc4
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.
#dedbc4 Background Color
<div style="background-color:#dedbc4">
Div content here</div>
This div background color is #dedbc4
#dedbc4 Border Color
<div style="border:3px solid #dedbc4">
Div here</div>
This div border color is #dedbc4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,219,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedbc4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedbc4; -webkit-box-shadow: 1px 1px 3px 2px #dedbc4; box-shadow: 1px 1px 3px 2px #dedbc4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,219,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 #dedbc4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedbc4; -webkit-box-shadow: 1px 1px 3px 2px #dedbc4; box-shadow: 1px 1px 3px 2px #dedbc4;">
Div content here</div>
This div box has shadow with color #dedbc4
#dedbc4 Color Palettes
Comments
No comments written yet.
Please login to write comment.