Shades of Link Water #CCD7E0
Tints of Link Water #CCD7E0
RGB
CMYK
RGB Variations
Color information
#CCD7E0 (or 0xCCD7E0) is known color: Link Water. HEX triplet: CC, D7 and E0. RGB value is (204,215,224). Sum of RGB (Red+Green+Blue) = 204+215+224=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCD7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7E0 is #33281F. Grayscale: #D4D4D4. Windows color (decimal): -3352608 or 14735308. OLE color: 14735308.
HSL color Cylindrical-coordinate representation of color #CCD7E0: hue angle of 207º 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 #CCD7E0 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 215 | 224 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.12 |
| HSL | 207º | 0.24% | 0.84% | - |
| HSV(B) | 207º | 0.09% | 0.88% | - |
| XYZ | 62.66 | 66.82 | 80.12 | - |
| YUV | 212.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 224 | 0.09 | 0.04 | 0 | 0.12 | 207 | 0.24 | 0.84 |
| Hex | CC | D7 | E0 | 9 | 4 | 0 | C | CF | 18 | 54 |
| Octal | 314 | 327 | 340 | 11 | 4 | 0 | 14 | 317 | 30 | 124 |
| Binary | 11001100 | 11010111 | 11100000 | 1001 | 100 | 0 | 1100 | 11001111 | 11000 | 1010100 |
Color Harmonies of #CCD7E0
Complementary color
Monochromatic Colors of #CCD7E0
Black with #CCD7E0
Text Example
Text Example
White with #CCD7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7E0; }
p { color: rgb(204,215,224); }
H1.HeaderClassName
{
color: #CCD7E0;
}
.AnyTagClassName
{
color: #CCD7E0;
}
</style>
background-color css
<style>
a { background-color: #CCD7E0; }
a { background-color: rgb(204,215,224); }
div.DivClassName
{
background-color: #CCD7E0;
}
.BgClassName
{
background-color: #CCD7E0;
}
</style>
border-color css
<style>
span { border-color: #CCD7E0; }
span { border-color: rgb(204,215,224); }
td.TdClassName
{
border-color: #CCD7E0;
}
.TagClassName
{
border-color: #CCD7E0;
}
</style>