Shades of Geyser #CFD6D4
Tints of Geyser #CFD6D4
RGB
CMYK
RGB Variations
Color information
#CFD6D4 (or 0xCFD6D4) is known color: Geyser. HEX triplet: CF, D6 and D4. RGB value is (207,214,212). Sum of RGB (Red+Green+Blue) = 207+214+212=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6D4 is #30292B. Grayscale: #D3D3D3. Windows color (decimal): -3156268 or 13948623. OLE color: 13948623.
HSL color Cylindrical-coordinate representation of color #CFD6D4: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFD6D4 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 212 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.16 |
| HSL | 162.86º | 0.08% | 0.83% | - |
| HSV(B) | 162.86º | 0.03% | 0.84% | - |
| XYZ | 61.66 | 66.11 | 71.8 | - |
| YUV | 211.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 212 | 0.03 | 0 | 0.01 | 0.16 | 162.86 | 0.08 | 0.83 |
| Hex | CF | D6 | D4 | 3 | 0 | 1 | 10 | A3 | 8 | 53 |
| Octal | 317 | 326 | 324 | 3 | 0 | 1 | 20 | 243 | 10 | 123 |
| Binary | 11001111 | 11010110 | 11010100 | 11 | 0 | 1 | 10000 | 10100011 | 1000 | 1010011 |
Color Harmonies of #CFD6D4
Complementary color
Monochromatic Colors of #CFD6D4
Black with #CFD6D4
Text Example
Text Example
White with #CFD6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6D4; }
p { color: rgb(207,214,212); }
H1.HeaderClassName
{
color: #CFD6D4;
}
.AnyTagClassName
{
color: #CFD6D4;
}
</style>
background-color css
<style>
a { background-color: #CFD6D4; }
a { background-color: rgb(207,214,212); }
div.DivClassName
{
background-color: #CFD6D4;
}
.BgClassName
{
background-color: #CFD6D4;
}
</style>
border-color css
<style>
span { border-color: #CFD6D4; }
span { border-color: rgb(207,214,212); }
td.TdClassName
{
border-color: #CFD6D4;
}
.TagClassName
{
border-color: #CFD6D4;
}
</style>