Shades of Link Water #CED2D5
Tints of Link Water #CED2D5
RGB
CMYK
RGB Variations
Color information
#CED2D5 (or 0xCED2D5) is known color: Link Water. HEX triplet: CE, D2 and D5. RGB value is (206,210,213). Sum of RGB (Red+Green+Blue) = 206+210+213=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 213 - color contains mainly: blue. Hex color #CED2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2D5 is #312D2A. Grayscale: #D1D1D1. Windows color (decimal): -3222827 or 14013134. OLE color: 14013134.
HSL color Cylindrical-coordinate representation of color #CED2D5: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CED2D5 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 210 | 213 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.16 |
| HSL | 205.71º | 0.08% | 0.82% | - |
| HSV(B) | 205.71º | 0.03% | 0.84% | - |
| XYZ | 60.51 | 64.02 | 72.12 | - |
| YUV | 209.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 213 | 0.03 | 0.01 | 0 | 0.16 | 205.71 | 0.08 | 0.82 |
| Hex | CE | D2 | D5 | 3 | 1 | 0 | 10 | CE | 8 | 52 |
| Octal | 316 | 322 | 325 | 3 | 1 | 0 | 20 | 316 | 10 | 122 |
| Binary | 11001110 | 11010010 | 11010101 | 11 | 1 | 0 | 10000 | 11001110 | 1000 | 1010010 |
Color Harmonies of #CED2D5
Complementary color
Monochromatic Colors of #CED2D5
Black with #CED2D5
Text Example
Text Example
White with #CED2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2D5; }
p { color: rgb(206,210,213); }
H1.HeaderClassName
{
color: #CED2D5;
}
.AnyTagClassName
{
color: #CED2D5;
}
</style>
background-color css
<style>
a { background-color: #CED2D5; }
a { background-color: rgb(206,210,213); }
div.DivClassName
{
background-color: #CED2D5;
}
.BgClassName
{
background-color: #CED2D5;
}
</style>
border-color css
<style>
span { border-color: #CED2D5; }
span { border-color: rgb(206,210,213); }
td.TdClassName
{
border-color: #CED2D5;
}
.TagClassName
{
border-color: #CED2D5;
}
</style>