Shades of Link Water #CED3DD
Tints of Link Water #CED3DD
RGB
CMYK
RGB Variations
Color information
#CED3DD (or 0xCED3DD) is known color: Link Water. HEX triplet: CE, D3 and DD. RGB value is (206,211,221). Sum of RGB (Red+Green+Blue) = 206+211+221=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #CED3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3DD is #312C22. Grayscale: #D2D2D2. Windows color (decimal): -3222563 or 14537678. OLE color: 14537678.
HSL color Cylindrical-coordinate representation of color #CED3DD: hue angle of 220º 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 #CED3DD is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 211 | 221 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.13 |
| HSL | 220º | 0.18% | 0.84% | - |
| HSV(B) | 220º | 0.07% | 0.87% | - |
| XYZ | 61.8 | 64.93 | 77.68 | - |
| YUV | 210.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 221 | 0.07 | 0.05 | 0 | 0.13 | 220 | 0.18 | 0.84 |
| Hex | CE | D3 | DD | 7 | 5 | 0 | D | DC | 12 | 54 |
| Octal | 316 | 323 | 335 | 7 | 5 | 0 | 15 | 334 | 22 | 124 |
| Binary | 11001110 | 11010011 | 11011101 | 111 | 101 | 0 | 1101 | 11011100 | 10010 | 1010100 |
Color Harmonies of #CED3DD
Complementary color
Monochromatic Colors of #CED3DD
Black with #CED3DD
Text Example
Text Example
White with #CED3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3DD; }
p { color: rgb(206,211,221); }
H1.HeaderClassName
{
color: #CED3DD;
}
.AnyTagClassName
{
color: #CED3DD;
}
</style>
background-color css
<style>
a { background-color: #CED3DD; }
a { background-color: rgb(206,211,221); }
div.DivClassName
{
background-color: #CED3DD;
}
.BgClassName
{
background-color: #CED3DD;
}
</style>
border-color css
<style>
span { border-color: #CED3DD; }
span { border-color: rgb(206,211,221); }
td.TdClassName
{
border-color: #CED3DD;
}
.TagClassName
{
border-color: #CED3DD;
}
</style>