Shades of Geyser #D4D9D8
Tints of Geyser #D4D9D8
RGB
CMYK
RGB Variations
Color information
#D4D9D8 (or 0xD4D9D8) is known color: Geyser. HEX triplet: D4, D9 and D8. RGB value is (212,217,216). Sum of RGB (Red+Green+Blue) = 212+217+216=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D9D8 is #2B2627. Grayscale: #D7D7D7. Windows color (decimal): -2827816 or 14211540. OLE color: 14211540.
HSL color Cylindrical-coordinate representation of color #D4D9D8: hue angle of 168º degrees, saturation: 0.06, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D4D9D8 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 217 | 216 | - |
CMYK | 0.02 | 0 | 0.00 | 0.15 |
HSL | 168º | 0.06% | 0.84% | - |
HSV(B) | 168º | 0.02% | 0.85% | - |
XYZ | 64.36 | 68.58 | 74.81 | - |
YUV | 215.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 217 | 216 | 0.02 | 0 | 0.00 | 0.15 | 168 | 0.06 | 0.84 |
Hex | D4 | D9 | D8 | 2 | 0 | 0 | F | A8 | 6 | 54 |
Octal | 324 | 331 | 330 | 2 | 0 | 0 | 17 | 250 | 6 | 124 |
Binary | 11010100 | 11011001 | 11011000 | 10 | 0 | 0 | 1111 | 10101000 | 110 | 1010100 |
Color Harmonies of #D4D9D8
Complementary color
Monochromatic Colors of #D4D9D8
Black with #D4D9D8
Text Example
Text Example
White with #D4D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D9D8; }
p { color: rgb(212,217,216); }
H1.HeaderClassName
{
color: #D4D9D8;
}
.AnyTagClassName
{
color: #D4D9D8;
}
</style>
background-color css
<style>
a { background-color: #D4D9D8; }
a { background-color: rgb(212,217,216); }
div.DivClassName
{
background-color: #D4D9D8;
}
.BgClassName
{
background-color: #D4D9D8;
}
</style>
border-color css
<style>
span { border-color: #D4D9D8; }
span { border-color: rgb(212,217,216); }
td.TdClassName
{
border-color: #D4D9D8;
}
.TagClassName
{
border-color: #D4D9D8;
}
</style>