Shades of Prim #D9C8CD
Tints of Prim #D9C8CD
RGB
CMYK
RGB Variations
Color information
#D9C8CD (or 0xD9C8CD) is known color: Prim. HEX triplet: D9, C8 and CD. RGB value is (217,200,205). Sum of RGB (Red+Green+Blue) = 217+200+205=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8CD is #263732. Grayscale: #CDCDCD. Windows color (decimal): -2504499 or 13486297. OLE color: 13486297.
HSL color Cylindrical-coordinate representation of color #D9C8CD: hue angle of 342.35º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9C8CD is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 205 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.15 |
| HSL | 342.35º | 0.18% | 0.82% | - |
| HSV(B) | 342.35º | 0.08% | 0.85% | - |
| XYZ | 60.29 | 60.47 | 66.25 | - |
| YUV | 205.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 205 | 0 | 0.08 | 0.06 | 0.15 | 342.35 | 0.18 | 0.82 |
| Hex | D9 | C8 | CD | 0 | 8 | 6 | F | 156 | 12 | 52 |
| Octal | 331 | 310 | 315 | 0 | 10 | 6 | 17 | 526 | 22 | 122 |
| Binary | 11011001 | 11001000 | 11001101 | 0 | 1000 | 110 | 1111 | 101010110 | 10010 | 1010010 |
Color Harmonies of #D9C8CD
Complementary color
Monochromatic Colors of #D9C8CD
Black with #D9C8CD
Text Example
Text Example
White with #D9C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8CD; }
p { color: rgb(217,200,205); }
H1.HeaderClassName
{
color: #D9C8CD;
}
.AnyTagClassName
{
color: #D9C8CD;
}
</style>
background-color css
<style>
a { background-color: #D9C8CD; }
a { background-color: rgb(217,200,205); }
div.DivClassName
{
background-color: #D9C8CD;
}
.BgClassName
{
background-color: #D9C8CD;
}
</style>
border-color css
<style>
span { border-color: #D9C8CD; }
span { border-color: rgb(217,200,205); }
td.TdClassName
{
border-color: #D9C8CD;
}
.TagClassName
{
border-color: #D9C8CD;
}
</style>