Shades of Prim #DDCCD2
Tints of Prim #DDCCD2
RGB
CMYK
RGB Variations
Color information
#DDCCD2 (or 0xDDCCD2) is known color: Prim. HEX triplet: DD, CC and D2. RGB value is (221,204,210). Sum of RGB (Red+Green+Blue) = 221+204+210=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD2 is #22332D. Grayscale: #D1D1D1. Windows color (decimal): -2241326 or 13815005. OLE color: 13815005.
HSL color Cylindrical-coordinate representation of color #DDCCD2: hue angle of 338.82º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCCD2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 210 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.13 |
| HSL | 338.82º | 0.2% | 0.83% | - |
| HSV(B) | 338.82º | 0.08% | 0.87% | - |
| XYZ | 63.04 | 63.21 | 69.85 | - |
| YUV | 209.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 210 | 0 | 0.08 | 0.05 | 0.13 | 338.82 | 0.2 | 0.83 |
| Hex | DD | CC | D2 | 0 | 8 | 5 | D | 153 | 14 | 53 |
| Octal | 335 | 314 | 322 | 0 | 10 | 5 | 15 | 523 | 24 | 123 |
| Binary | 11011101 | 11001100 | 11010010 | 0 | 1000 | 101 | 1101 | 101010011 | 10100 | 1010011 |
Color Harmonies of #DDCCD2
Complementary color
Monochromatic Colors of #DDCCD2
Black with #DDCCD2
Text Example
Text Example
White with #DDCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCD2; }
p { color: rgb(221,204,210); }
H1.HeaderClassName
{
color: #DDCCD2;
}
.AnyTagClassName
{
color: #DDCCD2;
}
</style>
background-color css
<style>
a { background-color: #DDCCD2; }
a { background-color: rgb(221,204,210); }
div.DivClassName
{
background-color: #DDCCD2;
}
.BgClassName
{
background-color: #DDCCD2;
}
</style>
border-color css
<style>
span { border-color: #DDCCD2; }
span { border-color: rgb(221,204,210); }
td.TdClassName
{
border-color: #DDCCD2;
}
.TagClassName
{
border-color: #DDCCD2;
}
</style>