Shades of Prim #D8C8CE
Tints of Prim #D8C8CE
RGB
CMYK
RGB Variations
Color information
#D8C8CE (or 0xD8C8CE) is known color: Prim. HEX triplet: D8, C8 and CE. RGB value is (216,200,206). Sum of RGB (Red+Green+Blue) = 216+200+206=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8CE is #273731. Grayscale: #CDCDCD. Windows color (decimal): -2570034 or 13551832. OLE color: 13551832.
HSL color Cylindrical-coordinate representation of color #D8C8CE: hue angle of 337.5º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8C8CE is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 206 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.15 |
| HSL | 337.5º | 0.17% | 0.82% | - |
| HSV(B) | 337.5º | 0.07% | 0.85% | - |
| XYZ | 60.11 | 60.36 | 66.88 | - |
| YUV | 205.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 206 | 0 | 0.07 | 0.05 | 0.15 | 337.5 | 0.17 | 0.82 |
| Hex | D8 | C8 | CE | 0 | 7 | 5 | F | 152 | 11 | 52 |
| Octal | 330 | 310 | 316 | 0 | 7 | 5 | 17 | 522 | 21 | 122 |
| Binary | 11011000 | 11001000 | 11001110 | 0 | 111 | 101 | 1111 | 101010010 | 10001 | 1010010 |
Color Harmonies of #D8C8CE
Complementary color
Monochromatic Colors of #D8C8CE
Black with #D8C8CE
Text Example
Text Example
White with #D8C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C8CE; }
p { color: rgb(216,200,206); }
H1.HeaderClassName
{
color: #D8C8CE;
}
.AnyTagClassName
{
color: #D8C8CE;
}
</style>
background-color css
<style>
a { background-color: #D8C8CE; }
a { background-color: rgb(216,200,206); }
div.DivClassName
{
background-color: #D8C8CE;
}
.BgClassName
{
background-color: #D8C8CE;
}
</style>
border-color css
<style>
span { border-color: #D8C8CE; }
span { border-color: rgb(216,200,206); }
td.TdClassName
{
border-color: #D8C8CE;
}
.TagClassName
{
border-color: #D8C8CE;
}
</style>