Shades of Prim #D9CCD1
Tints of Prim #D9CCD1
RGB
CMYK
RGB Variations
Color information
#D9CCD1 (or 0xD9CCD1) is known color: Prim. HEX triplet: D9, CC and D1. RGB value is (217,204,209). Sum of RGB (Red+Green+Blue) = 217+204+209=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCD1 is #26332E. Grayscale: #D0D0D0. Windows color (decimal): -2503471 or 13749465. OLE color: 13749465.
HSL color Cylindrical-coordinate representation of color #D9CCD1: hue angle of 336.92º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CCD1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 209 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.15 |
| HSL | 336.92º | 0.15% | 0.83% | - |
| HSV(B) | 336.92º | 0.06% | 0.85% | - |
| XYZ | 61.72 | 62.54 | 69.14 | - |
| YUV | 208.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 209 | 0 | 0.06 | 0.04 | 0.15 | 336.92 | 0.15 | 0.83 |
| Hex | D9 | CC | D1 | 0 | 6 | 4 | F | 151 | F | 53 |
| Octal | 331 | 314 | 321 | 0 | 6 | 4 | 17 | 521 | 17 | 123 |
| Binary | 11011001 | 11001100 | 11010001 | 0 | 110 | 100 | 1111 | 101010001 | 1111 | 1010011 |
Color Harmonies of #D9CCD1
Complementary color
Monochromatic Colors of #D9CCD1
Black with #D9CCD1
Text Example
Text Example
White with #D9CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCD1; }
p { color: rgb(217,204,209); }
H1.HeaderClassName
{
color: #D9CCD1;
}
.AnyTagClassName
{
color: #D9CCD1;
}
</style>
background-color css
<style>
a { background-color: #D9CCD1; }
a { background-color: rgb(217,204,209); }
div.DivClassName
{
background-color: #D9CCD1;
}
.BgClassName
{
background-color: #D9CCD1;
}
</style>
border-color css
<style>
span { border-color: #D9CCD1; }
span { border-color: rgb(217,204,209); }
td.TdClassName
{
border-color: #D9CCD1;
}
.TagClassName
{
border-color: #D9CCD1;
}
</style>