Shades of Geyser #CCD3D1
Tints of Geyser #CCD3D1
RGB
CMYK
RGB Variations
Color information
#CCD3D1 (or 0xCCD3D1) is known color: Geyser. HEX triplet: CC, D3 and D1. RGB value is (204,211,209). Sum of RGB (Red+Green+Blue) = 204+211+209=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3D1 is #332C2E. Grayscale: #D0D0D0. Windows color (decimal): -3353647 or 13751244. OLE color: 13751244.
HSL color Cylindrical-coordinate representation of color #CCD3D1: hue angle of 162.86º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD3D1 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 209 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.17 |
| HSL | 162.86º | 0.07% | 0.81% | - |
| HSV(B) | 162.86º | 0.03% | 0.83% | - |
| XYZ | 59.7 | 64.03 | 69.53 | - |
| YUV | 208.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 209 | 0.03 | 0 | 0.01 | 0.17 | 162.86 | 0.07 | 0.81 |
| Hex | CC | D3 | D1 | 3 | 0 | 1 | 11 | A3 | 7 | 51 |
| Octal | 314 | 323 | 321 | 3 | 0 | 1 | 21 | 243 | 7 | 121 |
| Binary | 11001100 | 11010011 | 11010001 | 11 | 0 | 1 | 10001 | 10100011 | 111 | 1010001 |
Color Harmonies of #CCD3D1
Complementary color
Monochromatic Colors of #CCD3D1
Black with #CCD3D1
Text Example
Text Example
White with #CCD3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3D1; }
p { color: rgb(204,211,209); }
H1.HeaderClassName
{
color: #CCD3D1;
}
.AnyTagClassName
{
color: #CCD3D1;
}
</style>
background-color css
<style>
a { background-color: #CCD3D1; }
a { background-color: rgb(204,211,209); }
div.DivClassName
{
background-color: #CCD3D1;
}
.BgClassName
{
background-color: #CCD3D1;
}
</style>
border-color css
<style>
span { border-color: #CCD3D1; }
span { border-color: rgb(204,211,209); }
td.TdClassName
{
border-color: #CCD3D1;
}
.TagClassName
{
border-color: #CCD3D1;
}
</style>