Shades of Prim #D8C8CD
Tints of Prim #D8C8CD
RGB
CMYK
RGB Variations
Color information
#D8C8CD (or 0xD8C8CD) is known color: Prim. HEX triplet: D8, C8 and CD. RGB value is (216,200,205). Sum of RGB (Red+Green+Blue) = 216+200+205=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8CD is #273732. Grayscale: #CDCDCD. Windows color (decimal): -2570035 or 13486296. OLE color: 13486296.
HSL color Cylindrical-coordinate representation of color #D8C8CD: hue angle of 341.25º 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 #D8C8CD is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 205 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.15 |
| HSL | 341.25º | 0.17% | 0.82% | - |
| HSV(B) | 341.25º | 0.07% | 0.85% | - |
| XYZ | 59.99 | 60.32 | 66.24 | - |
| YUV | 205.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 205 | 0 | 0.07 | 0.05 | 0.15 | 341.25 | 0.17 | 0.82 |
| Hex | D8 | C8 | CD | 0 | 7 | 5 | F | 155 | 11 | 52 |
| Octal | 330 | 310 | 315 | 0 | 7 | 5 | 17 | 525 | 21 | 122 |
| Binary | 11011000 | 11001000 | 11001101 | 0 | 111 | 101 | 1111 | 101010101 | 10001 | 1010010 |
Color Harmonies of #D8C8CD
Complementary color
Monochromatic Colors of #D8C8CD
Black with #D8C8CD
Text Example
Text Example
White with #D8C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C8CD; }
p { color: rgb(216,200,205); }
H1.HeaderClassName
{
color: #D8C8CD;
}
.AnyTagClassName
{
color: #D8C8CD;
}
</style>
background-color css
<style>
a { background-color: #D8C8CD; }
a { background-color: rgb(216,200,205); }
div.DivClassName
{
background-color: #D8C8CD;
}
.BgClassName
{
background-color: #D8C8CD;
}
</style>
border-color css
<style>
span { border-color: #D8C8CD; }
span { border-color: rgb(216,200,205); }
td.TdClassName
{
border-color: #D8C8CD;
}
.TagClassName
{
border-color: #D8C8CD;
}
</style>