Shades of Link Water #CCD7E1
Tints of Link Water #CCD7E1
RGB
CMYK
RGB Variations
Color information
#CCD7E1 (or 0xCCD7E1) is known color: Link Water. HEX triplet: CC, D7 and E1. RGB value is (204,215,225). Sum of RGB (Red+Green+Blue) = 204+215+225=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCD7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7E1 is #33281E. Grayscale: #D4D4D4. Windows color (decimal): -3352607 or 14800844. OLE color: 14800844.
HSL color Cylindrical-coordinate representation of color #CCD7E1: hue angle of 208.57º degrees, saturation: 0.26, 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 #CCD7E1 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 215 | 225 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.12 |
| HSL | 208.57º | 0.26% | 0.84% | - |
| HSV(B) | 208.57º | 0.09% | 0.88% | - |
| XYZ | 62.79 | 66.87 | 80.83 | - |
| YUV | 212.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 225 | 0.09 | 0.04 | 0 | 0.12 | 208.57 | 0.26 | 0.84 |
| Hex | CC | D7 | E1 | 9 | 4 | 0 | C | D1 | 1A | 54 |
| Octal | 314 | 327 | 341 | 11 | 4 | 0 | 14 | 321 | 32 | 124 |
| Binary | 11001100 | 11010111 | 11100001 | 1001 | 100 | 0 | 1100 | 11010001 | 11010 | 1010100 |
Color Harmonies of #CCD7E1
Complementary color
Monochromatic Colors of #CCD7E1
Black with #CCD7E1
Text Example
Text Example
White with #CCD7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7E1; }
p { color: rgb(204,215,225); }
H1.HeaderClassName
{
color: #CCD7E1;
}
.AnyTagClassName
{
color: #CCD7E1;
}
</style>
background-color css
<style>
a { background-color: #CCD7E1; }
a { background-color: rgb(204,215,225); }
div.DivClassName
{
background-color: #CCD7E1;
}
.BgClassName
{
background-color: #CCD7E1;
}
</style>
border-color css
<style>
span { border-color: #CCD7E1; }
span { border-color: rgb(204,215,225); }
td.TdClassName
{
border-color: #CCD7E1;
}
.TagClassName
{
border-color: #CCD7E1;
}
</style>