Shades of Link Water #CED0D3
Tints of Link Water #CED0D3
RGB
CMYK
RGB Variations
Color information
#CED0D3 (or 0xCED0D3) is known color: Link Water. HEX triplet: CE, D0 and D3. RGB value is (206,208,211). Sum of RGB (Red+Green+Blue) = 206+208+211=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 211 - color contains mainly: blue. Hex color #CED0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0D3 is #312F2C. Grayscale: #CFCFCF. Windows color (decimal): -3223341 or 13881550. OLE color: 13881550.
HSL color Cylindrical-coordinate representation of color #CED0D3: hue angle of 216º degrees, saturation: 0.05, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CED0D3 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 208 | 211 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.17 |
| HSL | 216º | 0.05% | 0.82% | - |
| HSV(B) | 216º | 0.02% | 0.83% | - |
| XYZ | 59.77 | 62.94 | 70.63 | - |
| YUV | 207.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 211 | 0.02 | 0.01 | 0 | 0.17 | 216 | 0.05 | 0.82 |
| Hex | CE | D0 | D3 | 2 | 1 | 0 | 11 | D8 | 5 | 52 |
| Octal | 316 | 320 | 323 | 2 | 1 | 0 | 21 | 330 | 5 | 122 |
| Binary | 11001110 | 11010000 | 11010011 | 10 | 1 | 0 | 10001 | 11011000 | 101 | 1010010 |
Color Harmonies of #CED0D3
Complementary color
Monochromatic Colors of #CED0D3
Black with #CED0D3
Text Example
Text Example
White with #CED0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0D3; }
p { color: rgb(206,208,211); }
H1.HeaderClassName
{
color: #CED0D3;
}
.AnyTagClassName
{
color: #CED0D3;
}
</style>
background-color css
<style>
a { background-color: #CED0D3; }
a { background-color: rgb(206,208,211); }
div.DivClassName
{
background-color: #CED0D3;
}
.BgClassName
{
background-color: #CED0D3;
}
</style>
border-color css
<style>
span { border-color: #CED0D3; }
span { border-color: rgb(206,208,211); }
td.TdClassName
{
border-color: #CED0D3;
}
.TagClassName
{
border-color: #CED0D3;
}
</style>