Shades of Link Water #CED7E0
Tints of Link Water #CED7E0
RGB
CMYK
RGB Variations
Color information
#CED7E0 (or 0xCED7E0) is known color: Link Water. HEX triplet: CE, D7 and E0. RGB value is (206,215,224). Sum of RGB (Red+Green+Blue) = 206+215+224=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #CED7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7E0 is #31281F. Grayscale: #D5D5D5. Windows color (decimal): -3221536 or 14735310. OLE color: 14735310.
HSL color Cylindrical-coordinate representation of color #CED7E0: hue angle of 210º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED7E0 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 215 | 224 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.12 |
| HSL | 210º | 0.23% | 0.84% | - |
| HSV(B) | 210º | 0.08% | 0.88% | - |
| XYZ | 63.21 | 67.1 | 80.14 | - |
| YUV | 213.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 224 | 0.08 | 0.04 | 0 | 0.12 | 210 | 0.23 | 0.84 |
| Hex | CE | D7 | E0 | 8 | 4 | 0 | C | D2 | 16 | 54 |
| Octal | 316 | 327 | 340 | 10 | 4 | 0 | 14 | 322 | 26 | 124 |
| Binary | 11001110 | 11010111 | 11100000 | 1000 | 100 | 0 | 1100 | 11010010 | 10110 | 1010100 |
Color Harmonies of #CED7E0
Complementary color
Monochromatic Colors of #CED7E0
Black with #CED7E0
Text Example
Text Example
White with #CED7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7E0; }
p { color: rgb(206,215,224); }
H1.HeaderClassName
{
color: #CED7E0;
}
.AnyTagClassName
{
color: #CED7E0;
}
</style>
background-color css
<style>
a { background-color: #CED7E0; }
a { background-color: rgb(206,215,224); }
div.DivClassName
{
background-color: #CED7E0;
}
.BgClassName
{
background-color: #CED7E0;
}
</style>
border-color css
<style>
span { border-color: #CED7E0; }
span { border-color: rgb(206,215,224); }
td.TdClassName
{
border-color: #CED7E0;
}
.TagClassName
{
border-color: #CED7E0;
}
</style>