Shades of Geyser #CCD2D0
Tints of Geyser #CCD2D0
RGB
CMYK
RGB Variations
Color information
#CCD2D0 (or 0xCCD2D0) is known color: Geyser. HEX triplet: CC, D2 and D0. RGB value is (204,210,208). Sum of RGB (Red+Green+Blue) = 204+210+208=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2D0 is #332D2F. Grayscale: #CFCFCF. Windows color (decimal): -3353904 or 13685452. OLE color: 13685452.
HSL color Cylindrical-coordinate representation of color #CCD2D0: hue angle of 160º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD2D0 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 210 | 208 | - |
CMYK | 0.03 | 0 | 0.01 | 0.18 |
HSL | 160º | 0.06% | 0.81% | - |
HSV(B) | 160º | 0.03% | 0.82% | - |
XYZ | 59.33 | 63.48 | 68.8 | - |
YUV | 207.98 | 128.01 | 125.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 210 | 208 | 0.03 | 0 | 0.01 | 0.18 | 160 | 0.06 | 0.81 |
Hex | CC | D2 | D0 | 3 | 0 | 1 | 12 | A0 | 6 | 51 |
Octal | 314 | 322 | 320 | 3 | 0 | 1 | 22 | 240 | 6 | 121 |
Binary | 11001100 | 11010010 | 11010000 | 11 | 0 | 1 | 10010 | 10100000 | 110 | 1010001 |
Color Harmonies of #CCD2D0
Complementary color
Monochromatic Colors of #CCD2D0
Black with #CCD2D0
Text Example
Text Example
White with #CCD2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2D0; }
p { color: rgb(204,210,208); }
H1.HeaderClassName
{
color: #CCD2D0;
}
.AnyTagClassName
{
color: #CCD2D0;
}
</style>
background-color css
<style>
a { background-color: #CCD2D0; }
a { background-color: rgb(204,210,208); }
div.DivClassName
{
background-color: #CCD2D0;
}
.BgClassName
{
background-color: #CCD2D0;
}
</style>
border-color css
<style>
span { border-color: #CCD2D0; }
span { border-color: rgb(204,210,208); }
td.TdClassName
{
border-color: #CCD2D0;
}
.TagClassName
{
border-color: #CCD2D0;
}
</style>