Shades of Geyser #CCD5D3
Tints of Geyser #CCD5D3
RGB
CMYK
RGB Variations
Color information
#CCD5D3 (or 0xCCD5D3) is known color: Geyser. HEX triplet: CC, D5 and D3. RGB value is (204,213,211). Sum of RGB (Red+Green+Blue) = 204+213+211=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5D3 is #332A2C. Grayscale: #D2D2D2. Windows color (decimal): -3353133 or 13882828. OLE color: 13882828.
HSL color Cylindrical-coordinate representation of color #CCD5D3: hue angle of 166.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD5D3 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 213 | 211 | - |
CMYK | 0.04 | 0 | 0.01 | 0.16 |
HSL | 166.67º | 0.1% | 0.82% | - |
HSV(B) | 166.67º | 0.04% | 0.84% | - |
XYZ | 60.45 | 65.13 | 71.01 | - |
YUV | 210.08 | 128.52 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 213 | 211 | 0.04 | 0 | 0.01 | 0.16 | 166.67 | 0.1 | 0.82 |
Hex | CC | D5 | D3 | 4 | 0 | 1 | 10 | A7 | A | 52 |
Octal | 314 | 325 | 323 | 4 | 0 | 1 | 20 | 247 | 12 | 122 |
Binary | 11001100 | 11010101 | 11010011 | 100 | 0 | 1 | 10000 | 10100111 | 1010 | 1010010 |
Color Harmonies of #CCD5D3
Complementary color
Monochromatic Colors of #CCD5D3
Black with #CCD5D3
Text Example
Text Example
White with #CCD5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5D3; }
p { color: rgb(204,213,211); }
H1.HeaderClassName
{
color: #CCD5D3;
}
.AnyTagClassName
{
color: #CCD5D3;
}
</style>
background-color css
<style>
a { background-color: #CCD5D3; }
a { background-color: rgb(204,213,211); }
div.DivClassName
{
background-color: #CCD5D3;
}
.BgClassName
{
background-color: #CCD5D3;
}
</style>
border-color css
<style>
span { border-color: #CCD5D3; }
span { border-color: rgb(204,213,211); }
td.TdClassName
{
border-color: #CCD5D3;
}
.TagClassName
{
border-color: #CCD5D3;
}
</style>