Shades of Link Water #CED2DD
Tints of Link Water #CED2DD
RGB
CMYK
RGB Variations
Color information
#CED2DD (or 0xCED2DD) is known color: Link Water. HEX triplet: CE, D2 and DD. RGB value is (206,210,221). Sum of RGB (Red+Green+Blue) = 206+210+221=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #CED2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2DD is #312D22. Grayscale: #D2D2D2. Windows color (decimal): -3222819 or 14537422. OLE color: 14537422.
HSL color Cylindrical-coordinate representation of color #CED2DD: hue angle of 224º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CED2DD is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 210 | 221 | - |
CMYK | 0.07 | 0.05 | 0 | 0.13 |
HSL | 224º | 0.18% | 0.84% | - |
HSV(B) | 224º | 0.07% | 0.87% | - |
XYZ | 61.55 | 64.44 | 77.6 | - |
YUV | 210.06 | 134.17 | 125.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 221 | 0.07 | 0.05 | 0 | 0.13 | 224 | 0.18 | 0.84 |
Hex | CE | D2 | DD | 7 | 5 | 0 | D | E0 | 12 | 54 |
Octal | 316 | 322 | 335 | 7 | 5 | 0 | 15 | 340 | 22 | 124 |
Binary | 11001110 | 11010010 | 11011101 | 111 | 101 | 0 | 1101 | 11100000 | 10010 | 1010100 |
Color Harmonies of #CED2DD
Complementary color
Monochromatic Colors of #CED2DD
Black with #CED2DD
Text Example
Text Example
White with #CED2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2DD; }
p { color: rgb(206,210,221); }
H1.HeaderClassName
{
color: #CED2DD;
}
.AnyTagClassName
{
color: #CED2DD;
}
</style>
background-color css
<style>
a { background-color: #CED2DD; }
a { background-color: rgb(206,210,221); }
div.DivClassName
{
background-color: #CED2DD;
}
.BgClassName
{
background-color: #CED2DD;
}
</style>
border-color css
<style>
span { border-color: #CED2DD; }
span { border-color: rgb(206,210,221); }
td.TdClassName
{
border-color: #CED2DD;
}
.TagClassName
{
border-color: #CED2DD;
}
</style>