Shades of Prim #D8D2D4
Tints of Prim #D8D2D4
RGB
CMYK
RGB Variations
Color information
#D8D2D4 (or 0xD8D2D4) is known color: Prim. HEX triplet: D8, D2 and D4. RGB value is (216,210,212). Sum of RGB (Red+Green+Blue) = 216+210+212=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D2D4 is #272D2B. Grayscale: #D4D4D4. Windows color (decimal): -2567468 or 13947608. OLE color: 13947608.
HSL color Cylindrical-coordinate representation of color #D8D2D4: hue angle of 340º degrees, saturation: 0.07, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8D2D4 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 212 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.15 |
| HSL | 340º | 0.07% | 0.84% | - |
| HSV(B) | 340º | 0.03% | 0.85% | - |
| XYZ | 63.25 | 65.45 | 71.59 | - |
| YUV | 212.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 212 | 0 | 0.03 | 0.02 | 0.15 | 340 | 0.07 | 0.84 |
| Hex | D8 | D2 | D4 | 0 | 3 | 2 | F | 154 | 7 | 54 |
| Octal | 330 | 322 | 324 | 0 | 3 | 2 | 17 | 524 | 7 | 124 |
| Binary | 11011000 | 11010010 | 11010100 | 0 | 11 | 10 | 1111 | 101010100 | 111 | 1010100 |
Color Harmonies of #D8D2D4
Complementary color
Monochromatic Colors of #D8D2D4
Black with #D8D2D4
Text Example
Text Example
White with #D8D2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D2D4; }
p { color: rgb(216,210,212); }
H1.HeaderClassName
{
color: #D8D2D4;
}
.AnyTagClassName
{
color: #D8D2D4;
}
</style>
background-color css
<style>
a { background-color: #D8D2D4; }
a { background-color: rgb(216,210,212); }
div.DivClassName
{
background-color: #D8D2D4;
}
.BgClassName
{
background-color: #D8D2D4;
}
</style>
border-color css
<style>
span { border-color: #D8D2D4; }
span { border-color: rgb(216,210,212); }
td.TdClassName
{
border-color: #D8D2D4;
}
.TagClassName
{
border-color: #D8D2D4;
}
</style>