Shades of Geyser #CCD3D2
Tints of Geyser #CCD3D2
RGB
CMYK
RGB Variations
Color information
#CCD3D2 (or 0xCCD3D2) is known color: Geyser. HEX triplet: CC, D3 and D2. RGB value is (204,211,210). Sum of RGB (Red+Green+Blue) = 204+211+210=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3D2 is #332C2D. Grayscale: #D0D0D0. Windows color (decimal): -3353646 or 13816780. OLE color: 13816780.
HSL color Cylindrical-coordinate representation of color #CCD3D2: hue angle of 171.43º 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 #CCD3D2 is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 210 | - |
| CMYK | 0.03 | 0 | 0.00 | 0.17 |
| HSL | 171.43º | 0.07% | 0.81% | - |
| HSV(B) | 171.43º | 0.03% | 0.83% | - |
| XYZ | 59.83 | 64.08 | 70.19 | - |
| YUV | 208.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 210 | 0.03 | 0 | 0.00 | 0.17 | 171.43 | 0.07 | 0.81 |
| Hex | CC | D3 | D2 | 3 | 0 | 0 | 11 | AB | 7 | 51 |
| Octal | 314 | 323 | 322 | 3 | 0 | 0 | 21 | 253 | 7 | 121 |
| Binary | 11001100 | 11010011 | 11010010 | 11 | 0 | 0 | 10001 | 10101011 | 111 | 1010001 |
Color Harmonies of #CCD3D2
Complementary color
Monochromatic Colors of #CCD3D2
Black with #CCD3D2
Text Example
Text Example
White with #CCD3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3D2; }
p { color: rgb(204,211,210); }
H1.HeaderClassName
{
color: #CCD3D2;
}
.AnyTagClassName
{
color: #CCD3D2;
}
</style>
background-color css
<style>
a { background-color: #CCD3D2; }
a { background-color: rgb(204,211,210); }
div.DivClassName
{
background-color: #CCD3D2;
}
.BgClassName
{
background-color: #CCD3D2;
}
</style>
border-color css
<style>
span { border-color: #CCD3D2; }
span { border-color: rgb(204,211,210); }
td.TdClassName
{
border-color: #CCD3D2;
}
.TagClassName
{
border-color: #CCD3D2;
}
</style>