Shades of Link Water #CED2DB
Tints of Link Water #CED2DB
RGB
CMYK
RGB Variations
Color information
#CED2DB (or 0xCED2DB) is known color: Link Water. HEX triplet: CE, D2 and DB. RGB value is (206,210,219). Sum of RGB (Red+Green+Blue) = 206+210+219=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2DB is #312D24. Grayscale: #D1D1D1. Windows color (decimal): -3222821 or 14406350. OLE color: 14406350.
HSL color Cylindrical-coordinate representation of color #CED2DB: hue angle of 221.54º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED2DB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 210 | 219 | - |
CMYK | 0.06 | 0.04 | 0 | 0.14 |
HSL | 221.54º | 0.15% | 0.83% | - |
HSV(B) | 221.54º | 0.06% | 0.86% | - |
XYZ | 61.29 | 64.33 | 76.2 | - |
YUV | 209.83 | 133.17 | 125.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 219 | 0.06 | 0.04 | 0 | 0.14 | 221.54 | 0.15 | 0.83 |
Hex | CE | D2 | DB | 6 | 4 | 0 | E | DE | F | 53 |
Octal | 316 | 322 | 333 | 6 | 4 | 0 | 16 | 336 | 17 | 123 |
Binary | 11001110 | 11010010 | 11011011 | 110 | 100 | 0 | 1110 | 11011110 | 1111 | 1010011 |
Color Harmonies of #CED2DB
Complementary color
Monochromatic Colors of #CED2DB
Black with #CED2DB
Text Example
Text Example
White with #CED2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2DB; }
p { color: rgb(206,210,219); }
H1.HeaderClassName
{
color: #CED2DB;
}
.AnyTagClassName
{
color: #CED2DB;
}
</style>
background-color css
<style>
a { background-color: #CED2DB; }
a { background-color: rgb(206,210,219); }
div.DivClassName
{
background-color: #CED2DB;
}
.BgClassName
{
background-color: #CED2DB;
}
</style>
border-color css
<style>
span { border-color: #CED2DB; }
span { border-color: rgb(206,210,219); }
td.TdClassName
{
border-color: #CED2DB;
}
.TagClassName
{
border-color: #CED2DB;
}
</style>