Shades of Prim #D8CED2
Tints of Prim #D8CED2
RGB
CMYK
RGB Variations
Color information
#D8CED2 (or 0xD8CED2) is known color: Prim. HEX triplet: D8, CE and D2. RGB value is (216,206,210). Sum of RGB (Red+Green+Blue) = 216+206+210=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CED2 is #27312D. Grayscale: #D1D1D1. Windows color (decimal): -2568494 or 13815512. OLE color: 13815512.
HSL color Cylindrical-coordinate representation of color #D8CED2: hue angle of 336º 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 #D8CED2 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 206 | 210 | - |
CMYK | 0 | 0.05 | 0.03 | 0.15 |
HSL | 336º | 0.11% | 0.83% | - |
HSV(B) | 336º | 0.05% | 0.85% | - |
XYZ | 62.02 | 63.39 | 69.94 | - |
YUV | 209.45 | 128.31 | 132.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 206 | 210 | 0 | 0.05 | 0.03 | 0.15 | 336 | 0.11 | 0.83 |
Hex | D8 | CE | D2 | 0 | 5 | 3 | F | 150 | B | 53 |
Octal | 330 | 316 | 322 | 0 | 5 | 3 | 17 | 520 | 13 | 123 |
Binary | 11011000 | 11001110 | 11010010 | 0 | 101 | 11 | 1111 | 101010000 | 1011 | 1010011 |
Color Harmonies of #D8CED2
Complementary color
Monochromatic Colors of #D8CED2
Black with #D8CED2
Text Example
Text Example
White with #D8CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CED2; }
p { color: rgb(216,206,210); }
H1.HeaderClassName
{
color: #D8CED2;
}
.AnyTagClassName
{
color: #D8CED2;
}
</style>
background-color css
<style>
a { background-color: #D8CED2; }
a { background-color: rgb(216,206,210); }
div.DivClassName
{
background-color: #D8CED2;
}
.BgClassName
{
background-color: #D8CED2;
}
</style>
border-color css
<style>
span { border-color: #D8CED2; }
span { border-color: rgb(216,206,210); }
td.TdClassName
{
border-color: #D8CED2;
}
.TagClassName
{
border-color: #D8CED2;
}
</style>