Shades of Prim #DDCAD2
Tints of Prim #DDCAD2
RGB
CMYK
RGB Variations
Color information
#DDCAD2 (or 0xDDCAD2) is known color: Prim. HEX triplet: DD, CA and D2. RGB value is (221,202,210). Sum of RGB (Red+Green+Blue) = 221+202+210=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAD2 is #22352D. Grayscale: #D0D0D0. Windows color (decimal): -2241838 or 13814493. OLE color: 13814493.
HSL color Cylindrical-coordinate representation of color #DDCAD2: hue angle of 334.74º 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 #DDCAD2 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 202 | 210 | - |
CMYK | 0 | 0.09 | 0.05 | 0.13 |
HSL | 334.74º | 0.22% | 0.83% | - |
HSV(B) | 334.74º | 0.09% | 0.87% | - |
XYZ | 62.57 | 62.27 | 69.69 | - |
YUV | 208.59 | 128.79 | 136.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 210 | 0 | 0.09 | 0.05 | 0.13 | 334.74 | 0.22 | 0.83 |
Hex | DD | CA | D2 | 0 | 9 | 5 | D | 14F | 16 | 53 |
Octal | 335 | 312 | 322 | 0 | 11 | 5 | 15 | 517 | 26 | 123 |
Binary | 11011101 | 11001010 | 11010010 | 0 | 1001 | 101 | 1101 | 101001111 | 10110 | 1010011 |
Color Harmonies of #DDCAD2
Complementary color
Monochromatic Colors of #DDCAD2
Black with #DDCAD2
Text Example
Text Example
White with #DDCAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAD2; }
p { color: rgb(221,202,210); }
H1.HeaderClassName
{
color: #DDCAD2;
}
.AnyTagClassName
{
color: #DDCAD2;
}
</style>
background-color css
<style>
a { background-color: #DDCAD2; }
a { background-color: rgb(221,202,210); }
div.DivClassName
{
background-color: #DDCAD2;
}
.BgClassName
{
background-color: #DDCAD2;
}
</style>
border-color css
<style>
span { border-color: #DDCAD2; }
span { border-color: rgb(221,202,210); }
td.TdClassName
{
border-color: #DDCAD2;
}
.TagClassName
{
border-color: #DDCAD2;
}
</style>