Shades of Geyser #D0D5D4
Tints of Geyser #D0D5D4
RGB
CMYK
RGB Variations
Color information
#D0D5D4 (or 0xD0D5D4) is known color: Geyser. HEX triplet: D0, D5 and D4. RGB value is (208,213,212). Sum of RGB (Red+Green+Blue) = 208+213+212=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5D4 is #2F2A2B. Grayscale: #D3D3D3. Windows color (decimal): -3090988 or 13948368. OLE color: 13948368.
HSL color Cylindrical-coordinate representation of color #D0D5D4: hue angle of 168º degrees, saturation: 0.06, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0D5D4 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
RGB | 208 | 213 | 212 | - |
CMYK | 0.02 | 0 | 0.00 | 0.16 |
HSL | 168º | 0.06% | 0.83% | - |
HSV(B) | 168º | 0.02% | 0.84% | - |
XYZ | 61.69 | 65.75 | 71.73 | - |
YUV | 211.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 213 | 212 | 0.02 | 0 | 0.00 | 0.16 | 168 | 0.06 | 0.83 |
Hex | D0 | D5 | D4 | 2 | 0 | 0 | 10 | A8 | 6 | 53 |
Octal | 320 | 325 | 324 | 2 | 0 | 0 | 20 | 250 | 6 | 123 |
Binary | 11010000 | 11010101 | 11010100 | 10 | 0 | 0 | 10000 | 10101000 | 110 | 1010011 |
Color Harmonies of #D0D5D4
Complementary color
Monochromatic Colors of #D0D5D4
Black with #D0D5D4
Text Example
Text Example
White with #D0D5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D5D4; }
p { color: rgb(208,213,212); }
H1.HeaderClassName
{
color: #D0D5D4;
}
.AnyTagClassName
{
color: #D0D5D4;
}
</style>
background-color css
<style>
a { background-color: #D0D5D4; }
a { background-color: rgb(208,213,212); }
div.DivClassName
{
background-color: #D0D5D4;
}
.BgClassName
{
background-color: #D0D5D4;
}
</style>
border-color css
<style>
span { border-color: #D0D5D4; }
span { border-color: rgb(208,213,212); }
td.TdClassName
{
border-color: #D0D5D4;
}
.TagClassName
{
border-color: #D0D5D4;
}
</style>