Color spaces of #ddcac3
RGB | 221 | 202 | 195 |
---|---|---|---|
HSL | 0.04 | 0.28 | 0.82 |
HSV | 16° | 12° | 87° |
CMYK | 0.00 | 0.09 | 0.12 0.13 |
XYZ | 60.7896 | 61.5533 | 60.3068 |
Yxy | 61.5533 | 0.3328 | 0.3370 |
Hunter Lab | 78.4559 | 1.0084 | 9.3446 |
CIE-Lab | 82.6753 | 5.4668 | 5.8823 |
#ddcac3 color RGB value is (221,202,195).
#ddcac3 hex color red value is 221, green value is 202 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #ddcac3 hue: 0.04 , saturation: 0.28 and the lightness value of ddcac3 is 0.82.
The process color (four color CMYK) of #ddcac3 color hex is 0.00, 0.09, 0.12, 0.13. Web safe color of #ddcac3 is #cccccc. Color #ddcac3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001010 | 11000011 |
Octal | 335 | 312 | 303 |
Decimal | 221 | 202 | 195 |
Hex | DD | CA | C3 |
Shades of #ddcac3
Tints of #ddcac3
RGB Percentages of Color #ddcac3
CMYK Percentages of Color #ddcac3
Complementary Color
#ddcac3 | #c3d6dd |
#ddcac3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcac3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcac3 Color CSS Codes
.mybgcolor {background-color:#ddcac3; } .myforecolor {color:#ddcac3; } .mybordercolor {border:3px solid #ddcac3; }
#ddcac3 Text Font Color
<p style="color:#ddcac3">Text here</p>
This sample text font color is #ddcac3
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.
#ddcac3 Background Color
<div style="background-color:#ddcac3">
Div content here</div>
This div background color is #ddcac3
#ddcac3 Border Color
<div style="border:3px solid #ddcac3">
Div here</div>
This div border color is #ddcac3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,202,195, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcac3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcac3; -webkit-box-shadow: 1px 1px 3px 2px #ddcac3; box-shadow: 1px 1px 3px 2px #ddcac3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,202,195, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcac3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcac3; -webkit-box-shadow: 1px 1px 3px 2px #ddcac3; box-shadow: 1px 1px 3px 2px #ddcac3;">
Div content here</div>
This div box has shadow with color #ddcac3
#ddcac3 Color Palettes
Comments
No comments written yet.
Please login to write comment.