Shades of Link Water #CED2DC
Tints of Link Water #CED2DC
RGB
CMYK
RGB Variations
Color information
#CED2DC (or 0xCED2DC) is known color: Link Water. HEX triplet: CE, D2 and DC. RGB value is (206,210,220). Sum of RGB (Red+Green+Blue) = 206+210+220=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #CED2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2DC is #312D23. Grayscale: #D1D1D1. Windows color (decimal): -3222820 or 14471886. OLE color: 14471886.
HSL color Cylindrical-coordinate representation of color #CED2DC: hue angle of 222.86º 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 #CED2DC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 210 | 220 | - |
CMYK | 0.06 | 0.05 | 0 | 0.14 |
HSL | 222.86º | 0.17% | 0.84% | - |
HSV(B) | 222.86º | 0.06% | 0.86% | - |
XYZ | 61.42 | 64.38 | 76.9 | - |
YUV | 209.94 | 133.67 | 125.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 220 | 0.06 | 0.05 | 0 | 0.14 | 222.86 | 0.17 | 0.84 |
Hex | CE | D2 | DC | 6 | 5 | 0 | E | DF | 11 | 54 |
Octal | 316 | 322 | 334 | 6 | 5 | 0 | 16 | 337 | 21 | 124 |
Binary | 11001110 | 11010010 | 11011100 | 110 | 101 | 0 | 1110 | 11011111 | 10001 | 1010100 |
Color Harmonies of #CED2DC
Complementary color
Monochromatic Colors of #CED2DC
Black with #CED2DC
Text Example
Text Example
White with #CED2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2DC; }
p { color: rgb(206,210,220); }
H1.HeaderClassName
{
color: #CED2DC;
}
.AnyTagClassName
{
color: #CED2DC;
}
</style>
background-color css
<style>
a { background-color: #CED2DC; }
a { background-color: rgb(206,210,220); }
div.DivClassName
{
background-color: #CED2DC;
}
.BgClassName
{
background-color: #CED2DC;
}
</style>
border-color css
<style>
span { border-color: #CED2DC; }
span { border-color: rgb(206,210,220); }
td.TdClassName
{
border-color: #CED2DC;
}
.TagClassName
{
border-color: #CED2DC;
}
</style>