Shades of Prim #D8D1D3
Tints of Prim #D8D1D3
RGB
CMYK
RGB Variations
Color information
#D8D1D3 (or 0xD8D1D3) is known color: Prim. HEX triplet: D8, D1 and D3. RGB value is (216,209,211). Sum of RGB (Red+Green+Blue) = 216+209+211=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D1D3 is #272E2C. Grayscale: #D3D3D3. Windows color (decimal): -2567725 or 13881816. OLE color: 13881816.
HSL color Cylindrical-coordinate representation of color #D8D1D3: hue angle of 342.86º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8D1D3 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 211 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.15 |
| HSL | 342.86º | 0.08% | 0.83% | - |
| HSV(B) | 342.86º | 0.03% | 0.85% | - |
| XYZ | 62.88 | 64.9 | 70.84 | - |
| YUV | 211.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 211 | 0 | 0.03 | 0.02 | 0.15 | 342.86 | 0.08 | 0.83 |
| Hex | D8 | D1 | D3 | 0 | 3 | 2 | F | 157 | 8 | 53 |
| Octal | 330 | 321 | 323 | 0 | 3 | 2 | 17 | 527 | 10 | 123 |
| Binary | 11011000 | 11010001 | 11010011 | 0 | 11 | 10 | 1111 | 101010111 | 1000 | 1010011 |
Color Harmonies of #D8D1D3
Complementary color
Monochromatic Colors of #D8D1D3
Black with #D8D1D3
Text Example
Text Example
White with #D8D1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D1D3; }
p { color: rgb(216,209,211); }
H1.HeaderClassName
{
color: #D8D1D3;
}
.AnyTagClassName
{
color: #D8D1D3;
}
</style>
background-color css
<style>
a { background-color: #D8D1D3; }
a { background-color: rgb(216,209,211); }
div.DivClassName
{
background-color: #D8D1D3;
}
.BgClassName
{
background-color: #D8D1D3;
}
</style>
border-color css
<style>
span { border-color: #D8D1D3; }
span { border-color: rgb(216,209,211); }
td.TdClassName
{
border-color: #D8D1D3;
}
.TagClassName
{
border-color: #D8D1D3;
}
</style>