Shades of Geyser #CFD5D4
Tints of Geyser #CFD5D4
RGB
CMYK
RGB Variations
Color information
#CFD5D4 (or 0xCFD5D4) is known color: Geyser. HEX triplet: CF, D5 and D4. RGB value is (207,213,212). Sum of RGB (Red+Green+Blue) = 207+213+212=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5D4 is #302A2B. Grayscale: #D3D3D3. Windows color (decimal): -3156524 or 13948367. OLE color: 13948367.
HSL color Cylindrical-coordinate representation of color #CFD5D4: hue angle of 170º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFD5D4 is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 212 | - |
| CMYK | 0.03 | 0 | 0.00 | 0.16 |
| HSL | 170º | 0.07% | 0.82% | - |
| HSV(B) | 170º | 0.03% | 0.84% | - |
| XYZ | 61.41 | 65.61 | 71.71 | - |
| YUV | 211.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 212 | 0.03 | 0 | 0.00 | 0.16 | 170 | 0.07 | 0.82 |
| Hex | CF | D5 | D4 | 3 | 0 | 0 | 10 | AA | 7 | 52 |
| Octal | 317 | 325 | 324 | 3 | 0 | 0 | 20 | 252 | 7 | 122 |
| Binary | 11001111 | 11010101 | 11010100 | 11 | 0 | 0 | 10000 | 10101010 | 111 | 1010010 |
Color Harmonies of #CFD5D4
Complementary color
Monochromatic Colors of #CFD5D4
Black with #CFD5D4
Text Example
Text Example
White with #CFD5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5D4; }
p { color: rgb(207,213,212); }
H1.HeaderClassName
{
color: #CFD5D4;
}
.AnyTagClassName
{
color: #CFD5D4;
}
</style>
background-color css
<style>
a { background-color: #CFD5D4; }
a { background-color: rgb(207,213,212); }
div.DivClassName
{
background-color: #CFD5D4;
}
.BgClassName
{
background-color: #CFD5D4;
}
</style>
border-color css
<style>
span { border-color: #CFD5D4; }
span { border-color: rgb(207,213,212); }
td.TdClassName
{
border-color: #CFD5D4;
}
.TagClassName
{
border-color: #CFD5D4;
}
</style>