Shades of Geyser #C9D8D5
Tints of Geyser #C9D8D5
RGB
CMYK
RGB Variations
Color information
#C9D8D5 (or 0xC9D8D5) is known color: Geyser. HEX triplet: C9, D8 and D5. RGB value is (201,216,213). Sum of RGB (Red+Green+Blue) = 201+216+213=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8D5 is #36272A. Grayscale: #D3D3D3. Windows color (decimal): -3548971 or 14014665. OLE color: 14014665.
HSL color Cylindrical-coordinate representation of color #C9D8D5: hue angle of 168º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9D8D5 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 201 | 216 | 213 | - |
CMYK | 0.07 | 0 | 0.01 | 0.15 |
HSL | 168º | 0.16% | 0.82% | - |
HSV(B) | 168º | 0.07% | 0.85% | - |
XYZ | 60.65 | 66.33 | 72.56 | - |
YUV | 211.17 | 129.03 | 120.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 216 | 213 | 0.07 | 0 | 0.01 | 0.15 | 168 | 0.16 | 0.82 |
Hex | C9 | D8 | D5 | 7 | 0 | 1 | F | A8 | 10 | 52 |
Octal | 311 | 330 | 325 | 7 | 0 | 1 | 17 | 250 | 20 | 122 |
Binary | 11001001 | 11011000 | 11010101 | 111 | 0 | 1 | 1111 | 10101000 | 10000 | 1010010 |
Color Harmonies of #C9D8D5
Complementary color
Monochromatic Colors of #C9D8D5
Black with #C9D8D5
Text Example
Text Example
White with #C9D8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8D5; }
p { color: rgb(201,216,213); }
H1.HeaderClassName
{
color: #C9D8D5;
}
.AnyTagClassName
{
color: #C9D8D5;
}
</style>
background-color css
<style>
a { background-color: #C9D8D5; }
a { background-color: rgb(201,216,213); }
div.DivClassName
{
background-color: #C9D8D5;
}
.BgClassName
{
background-color: #C9D8D5;
}
</style>
border-color css
<style>
span { border-color: #C9D8D5; }
span { border-color: rgb(201,216,213); }
td.TdClassName
{
border-color: #C9D8D5;
}
.TagClassName
{
border-color: #C9D8D5;
}
</style>