Shades of Geyser #CCD9D6
Tints of Geyser #CCD9D6
RGB
CMYK
RGB Variations
Color information
#CCD9D6 (or 0xCCD9D6) is known color: Geyser. HEX triplet: CC, D9 and D6. RGB value is (204,217,214). Sum of RGB (Red+Green+Blue) = 204+217+214=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9D6 is #332629. Grayscale: #D4D4D4. Windows color (decimal): -3352106 or 14080460. OLE color: 14080460.
HSL color Cylindrical-coordinate representation of color #CCD9D6: hue angle of 166.15º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD9D6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 214 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.15 |
| HSL | 166.15º | 0.15% | 0.83% | - |
| HSV(B) | 166.15º | 0.06% | 0.85% | - |
| XYZ | 61.85 | 67.32 | 73.35 | - |
| YUV | 212.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 214 | 0.06 | 0 | 0.01 | 0.15 | 166.15 | 0.15 | 0.83 |
| Hex | CC | D9 | D6 | 6 | 0 | 1 | F | A6 | F | 53 |
| Octal | 314 | 331 | 326 | 6 | 0 | 1 | 17 | 246 | 17 | 123 |
| Binary | 11001100 | 11011001 | 11010110 | 110 | 0 | 1 | 1111 | 10100110 | 1111 | 1010011 |
Color Harmonies of #CCD9D6
Complementary color
Monochromatic Colors of #CCD9D6
Black with #CCD9D6
Text Example
Text Example
White with #CCD9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9D6; }
p { color: rgb(204,217,214); }
H1.HeaderClassName
{
color: #CCD9D6;
}
.AnyTagClassName
{
color: #CCD9D6;
}
</style>
background-color css
<style>
a { background-color: #CCD9D6; }
a { background-color: rgb(204,217,214); }
div.DivClassName
{
background-color: #CCD9D6;
}
.BgClassName
{
background-color: #CCD9D6;
}
</style>
border-color css
<style>
span { border-color: #CCD9D6; }
span { border-color: rgb(204,217,214); }
td.TdClassName
{
border-color: #CCD9D6;
}
.TagClassName
{
border-color: #CCD9D6;
}
</style>