Shades of Link Water #CCD2E0
Tints of Link Water #CCD2E0
RGB
CMYK
RGB Variations
Color information
#CCD2E0 (or 0xCCD2E0) is known color: Link Water. HEX triplet: CC, D2 and E0. RGB value is (204,210,224). Sum of RGB (Red+Green+Blue) = 204+210+224=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCD2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2E0 is #332D1F. Grayscale: #D1D1D1. Windows color (decimal): -3353888 or 14734028. OLE color: 14734028.
HSL color Cylindrical-coordinate representation of color #CCD2E0: hue angle of 222º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD2E0 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 210 | 224 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.12 |
| HSL | 222º | 0.24% | 0.84% | - |
| HSV(B) | 222º | 0.09% | 0.88% | - |
| XYZ | 61.4 | 64.31 | 79.7 | - |
| YUV | 209.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 224 | 0.09 | 0.06 | 0 | 0.12 | 222 | 0.24 | 0.84 |
| Hex | CC | D2 | E0 | 9 | 6 | 0 | C | DE | 18 | 54 |
| Octal | 314 | 322 | 340 | 11 | 6 | 0 | 14 | 336 | 30 | 124 |
| Binary | 11001100 | 11010010 | 11100000 | 1001 | 110 | 0 | 1100 | 11011110 | 11000 | 1010100 |
Color Harmonies of #CCD2E0
Complementary color
Monochromatic Colors of #CCD2E0
Black with #CCD2E0
Text Example
Text Example
White with #CCD2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2E0; }
p { color: rgb(204,210,224); }
H1.HeaderClassName
{
color: #CCD2E0;
}
.AnyTagClassName
{
color: #CCD2E0;
}
</style>
background-color css
<style>
a { background-color: #CCD2E0; }
a { background-color: rgb(204,210,224); }
div.DivClassName
{
background-color: #CCD2E0;
}
.BgClassName
{
background-color: #CCD2E0;
}
</style>
border-color css
<style>
span { border-color: #CCD2E0; }
span { border-color: rgb(204,210,224); }
td.TdClassName
{
border-color: #CCD2E0;
}
.TagClassName
{
border-color: #CCD2E0;
}
</style>