Shades of Prim #DDCAD3
Tints of Prim #DDCAD3
RGB
CMYK
RGB Variations
Color information
#DDCAD3 (or 0xDDCAD3) is known color: Prim. HEX triplet: DD, CA and D3. RGB value is (221,202,211). Sum of RGB (Red+Green+Blue) = 221+202+211=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAD3 is #22352C. Grayscale: #D0D0D0. Windows color (decimal): -2241837 or 13880029. OLE color: 13880029.
HSL color Cylindrical-coordinate representation of color #DDCAD3: hue angle of 331.58º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCAD3 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 202 | 211 | - |
CMYK | 0 | 0.09 | 0.05 | 0.13 |
HSL | 331.58º | 0.22% | 0.83% | - |
HSV(B) | 331.58º | 0.09% | 0.87% | - |
XYZ | 62.7 | 62.32 | 70.35 | - |
YUV | 208.71 | 129.29 | 136.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 211 | 0 | 0.09 | 0.05 | 0.13 | 331.58 | 0.22 | 0.83 |
Hex | DD | CA | D3 | 0 | 9 | 5 | D | 14C | 16 | 53 |
Octal | 335 | 312 | 323 | 0 | 11 | 5 | 15 | 514 | 26 | 123 |
Binary | 11011101 | 11001010 | 11010011 | 0 | 1001 | 101 | 1101 | 101001100 | 10110 | 1010011 |
Color Harmonies of #DDCAD3
Complementary color
Monochromatic Colors of #DDCAD3
Black with #DDCAD3
Text Example
Text Example
White with #DDCAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAD3; }
p { color: rgb(221,202,211); }
H1.HeaderClassName
{
color: #DDCAD3;
}
.AnyTagClassName
{
color: #DDCAD3;
}
</style>
background-color css
<style>
a { background-color: #DDCAD3; }
a { background-color: rgb(221,202,211); }
div.DivClassName
{
background-color: #DDCAD3;
}
.BgClassName
{
background-color: #DDCAD3;
}
</style>
border-color css
<style>
span { border-color: #DDCAD3; }
span { border-color: rgb(221,202,211); }
td.TdClassName
{
border-color: #DDCAD3;
}
.TagClassName
{
border-color: #DDCAD3;
}
</style>