Shades of Prim #D8CECF
Tints of Prim #D8CECF
RGB
CMYK
RGB Variations
Color information
#D8CECF (or 0xD8CECF) is known color: Prim. HEX triplet: D8, CE and CF. RGB value is (216,206,207). Sum of RGB (Red+Green+Blue) = 216+206+207=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CECF is #273130. Grayscale: #D1D1D1. Windows color (decimal): -2568497 or 13618904. OLE color: 13618904.
HSL color Cylindrical-coordinate representation of color #D8CECF: hue angle of 354º degrees, saturation: 0.11, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8CECF is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 207 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.15 |
| HSL | 354º | 0.11% | 0.83% | - |
| HSV(B) | 354º | 0.05% | 0.85% | - |
| XYZ | 61.65 | 63.25 | 67.99 | - |
| YUV | 209.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 207 | 0 | 0.05 | 0.04 | 0.15 | 354 | 0.11 | 0.83 |
| Hex | D8 | CE | CF | 0 | 5 | 4 | F | 162 | B | 53 |
| Octal | 330 | 316 | 317 | 0 | 5 | 4 | 17 | 542 | 13 | 123 |
| Binary | 11011000 | 11001110 | 11001111 | 0 | 101 | 100 | 1111 | 101100010 | 1011 | 1010011 |
Color Harmonies of #D8CECF
Complementary color
Monochromatic Colors of #D8CECF
Black with #D8CECF
Text Example
Text Example
White with #D8CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CECF; }
p { color: rgb(216,206,207); }
H1.HeaderClassName
{
color: #D8CECF;
}
.AnyTagClassName
{
color: #D8CECF;
}
</style>
background-color css
<style>
a { background-color: #D8CECF; }
a { background-color: rgb(216,206,207); }
div.DivClassName
{
background-color: #D8CECF;
}
.BgClassName
{
background-color: #D8CECF;
}
</style>
border-color css
<style>
span { border-color: #D8CECF; }
span { border-color: rgb(216,206,207); }
td.TdClassName
{
border-color: #D8CECF;
}
.TagClassName
{
border-color: #D8CECF;
}
</style>