Shades of Link Water #CED6DD
Tints of Link Water #CED6DD
RGB
CMYK
RGB Variations
Color information
#CED6DD (or 0xCED6DD) is known color: Link Water. HEX triplet: CE, D6 and DD. RGB value is (206,214,221). Sum of RGB (Red+Green+Blue) = 206+214+221=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #CED6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6DD is #312922. Grayscale: #D4D4D4. Windows color (decimal): -3221795 or 14538446. OLE color: 14538446.
HSL color Cylindrical-coordinate representation of color #CED6DD: hue angle of 208º 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 #CED6DD is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 214 | 221 | - |
CMYK | 0.07 | 0.03 | 0 | 0.13 |
HSL | 208º | 0.18% | 0.84% | - |
HSV(B) | 208º | 0.07% | 0.87% | - |
XYZ | 62.55 | 66.44 | 77.93 | - |
YUV | 212.41 | 132.85 | 123.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 214 | 221 | 0.07 | 0.03 | 0 | 0.13 | 208 | 0.18 | 0.84 |
Hex | CE | D6 | DD | 7 | 3 | 0 | D | D0 | 12 | 54 |
Octal | 316 | 326 | 335 | 7 | 3 | 0 | 15 | 320 | 22 | 124 |
Binary | 11001110 | 11010110 | 11011101 | 111 | 11 | 0 | 1101 | 11010000 | 10010 | 1010100 |
Color Harmonies of #CED6DD
Complementary color
Monochromatic Colors of #CED6DD
Black with #CED6DD
Text Example
Text Example
White with #CED6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6DD; }
p { color: rgb(206,214,221); }
H1.HeaderClassName
{
color: #CED6DD;
}
.AnyTagClassName
{
color: #CED6DD;
}
</style>
background-color css
<style>
a { background-color: #CED6DD; }
a { background-color: rgb(206,214,221); }
div.DivClassName
{
background-color: #CED6DD;
}
.BgClassName
{
background-color: #CED6DD;
}
</style>
border-color css
<style>
span { border-color: #CED6DD; }
span { border-color: rgb(206,214,221); }
td.TdClassName
{
border-color: #CED6DD;
}
.TagClassName
{
border-color: #CED6DD;
}
</style>