Shades of Link Water #CED8E2
Tints of Link Water #CED8E2
RGB
CMYK
RGB Variations
Color information
#CED8E2 (or 0xCED8E2) is known color: Link Water. HEX triplet: CE, D8 and E2. RGB value is (206,216,226). Sum of RGB (Red+Green+Blue) = 206+216+226=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 226 - color contains mainly: blue. Hex color #CED8E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8E2 is #31271D. Grayscale: #D6D6D6. Windows color (decimal): -3221278 or 14866638. OLE color: 14866638.
HSL color Cylindrical-coordinate representation of color #CED8E2: hue angle of 210º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED8E2 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 216 | 226 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.11 |
| HSL | 210º | 0.26% | 0.85% | - |
| HSV(B) | 210º | 0.09% | 0.89% | - |
| XYZ | 63.74 | 67.72 | 81.66 | - |
| YUV | 214.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 226 | 0.09 | 0.04 | 0 | 0.11 | 210 | 0.26 | 0.85 |
| Hex | CE | D8 | E2 | 9 | 4 | 0 | B | D2 | 1A | 55 |
| Octal | 316 | 330 | 342 | 11 | 4 | 0 | 13 | 322 | 32 | 125 |
| Binary | 11001110 | 11011000 | 11100010 | 1001 | 100 | 0 | 1011 | 11010010 | 11010 | 1010101 |
Color Harmonies of #CED8E2
Complementary color
Monochromatic Colors of #CED8E2
Black with #CED8E2
Text Example
Text Example
White with #CED8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8E2; }
p { color: rgb(206,216,226); }
H1.HeaderClassName
{
color: #CED8E2;
}
.AnyTagClassName
{
color: #CED8E2;
}
</style>
background-color css
<style>
a { background-color: #CED8E2; }
a { background-color: rgb(206,216,226); }
div.DivClassName
{
background-color: #CED8E2;
}
.BgClassName
{
background-color: #CED8E2;
}
</style>
border-color css
<style>
span { border-color: #CED8E2; }
span { border-color: rgb(206,216,226); }
td.TdClassName
{
border-color: #CED8E2;
}
.TagClassName
{
border-color: #CED8E2;
}
</style>