Shades of Link Water #CED4DC
Tints of Link Water #CED4DC
RGB
CMYK
RGB Variations
Color information
#CED4DC (or 0xCED4DC) is known color: Link Water. HEX triplet: CE, D4 and DC. RGB value is (206,212,220). Sum of RGB (Red+Green+Blue) = 206+212+220=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #CED4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4DC is #312B23. Grayscale: #D3D3D3. Windows color (decimal): -3222308 or 14472398. OLE color: 14472398.
HSL color Cylindrical-coordinate representation of color #CED4DC: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED4DC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 212 | 220 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.14 |
| HSL | 214.29º | 0.17% | 0.84% | - |
| HSV(B) | 214.29º | 0.06% | 0.86% | - |
| XYZ | 61.92 | 65.38 | 77.07 | - |
| YUV | 211.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 220 | 0.06 | 0.04 | 0 | 0.14 | 214.29 | 0.17 | 0.84 |
| Hex | CE | D4 | DC | 6 | 4 | 0 | E | D6 | 11 | 54 |
| Octal | 316 | 324 | 334 | 6 | 4 | 0 | 16 | 326 | 21 | 124 |
| Binary | 11001110 | 11010100 | 11011100 | 110 | 100 | 0 | 1110 | 11010110 | 10001 | 1010100 |
Color Harmonies of #CED4DC
Complementary color
Monochromatic Colors of #CED4DC
Black with #CED4DC
Text Example
Text Example
White with #CED4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4DC; }
p { color: rgb(206,212,220); }
H1.HeaderClassName
{
color: #CED4DC;
}
.AnyTagClassName
{
color: #CED4DC;
}
</style>
background-color css
<style>
a { background-color: #CED4DC; }
a { background-color: rgb(206,212,220); }
div.DivClassName
{
background-color: #CED4DC;
}
.BgClassName
{
background-color: #CED4DC;
}
</style>
border-color css
<style>
span { border-color: #CED4DC; }
span { border-color: rgb(206,212,220); }
td.TdClassName
{
border-color: #CED4DC;
}
.TagClassName
{
border-color: #CED4DC;
}
</style>