Shades of Geyser #CCD8D5
Tints of Geyser #CCD8D5
RGB
CMYK
RGB Variations
Color information
#CCD8D5 (or 0xCCD8D5) is known color: Geyser. HEX triplet: CC, D8 and D5. RGB value is (204,216,213). Sum of RGB (Red+Green+Blue) = 204+216+213=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8D5 is #33272A. Grayscale: #D4D4D4. Windows color (decimal): -3352363 or 14014668. OLE color: 14014668.
HSL color Cylindrical-coordinate representation of color #CCD8D5: hue angle of 165º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD8D5 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 216 | 213 | - |
CMYK | 0.06 | 0 | 0.01 | 0.15 |
HSL | 165º | 0.13% | 0.82% | - |
HSV(B) | 165º | 0.06% | 0.85% | - |
XYZ | 61.47 | 66.75 | 72.6 | - |
YUV | 212.07 | 128.52 | 122.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 216 | 213 | 0.06 | 0 | 0.01 | 0.15 | 165 | 0.13 | 0.82 |
Hex | CC | D8 | D5 | 6 | 0 | 1 | F | A5 | D | 52 |
Octal | 314 | 330 | 325 | 6 | 0 | 1 | 17 | 245 | 15 | 122 |
Binary | 11001100 | 11011000 | 11010101 | 110 | 0 | 1 | 1111 | 10100101 | 1101 | 1010010 |
Color Harmonies of #CCD8D5
Complementary color
Monochromatic Colors of #CCD8D5
Black with #CCD8D5
Text Example
Text Example
White with #CCD8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8D5; }
p { color: rgb(204,216,213); }
H1.HeaderClassName
{
color: #CCD8D5;
}
.AnyTagClassName
{
color: #CCD8D5;
}
</style>
background-color css
<style>
a { background-color: #CCD8D5; }
a { background-color: rgb(204,216,213); }
div.DivClassName
{
background-color: #CCD8D5;
}
.BgClassName
{
background-color: #CCD8D5;
}
</style>
border-color css
<style>
span { border-color: #CCD8D5; }
span { border-color: rgb(204,216,213); }
td.TdClassName
{
border-color: #CCD8D5;
}
.TagClassName
{
border-color: #CCD8D5;
}
</style>