Shades of Link Water #CED3DB
Tints of Link Water #CED3DB
RGB
CMYK
RGB Variations
Color information
#CED3DB (or 0xCED3DB) is known color: Link Water. HEX triplet: CE, D3 and DB. RGB value is (206,211,219). Sum of RGB (Red+Green+Blue) = 206+211+219=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3DB is #312C24. Grayscale: #D2D2D2. Windows color (decimal): -3222565 or 14406606. OLE color: 14406606.
HSL color Cylindrical-coordinate representation of color #CED3DB: hue angle of 216.92º 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 #CED3DB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 211 | 219 | - |
CMYK | 0.06 | 0.04 | 0 | 0.14 |
HSL | 216.92º | 0.15% | 0.83% | - |
HSV(B) | 216.92º | 0.06% | 0.86% | - |
XYZ | 61.53 | 64.82 | 76.29 | - |
YUV | 210.42 | 132.84 | 124.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 211 | 219 | 0.06 | 0.04 | 0 | 0.14 | 216.92 | 0.15 | 0.83 |
Hex | CE | D3 | DB | 6 | 4 | 0 | E | D9 | F | 53 |
Octal | 316 | 323 | 333 | 6 | 4 | 0 | 16 | 331 | 17 | 123 |
Binary | 11001110 | 11010011 | 11011011 | 110 | 100 | 0 | 1110 | 11011001 | 1111 | 1010011 |
Color Harmonies of #CED3DB
Complementary color
Monochromatic Colors of #CED3DB
Black with #CED3DB
Text Example
Text Example
White with #CED3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3DB; }
p { color: rgb(206,211,219); }
H1.HeaderClassName
{
color: #CED3DB;
}
.AnyTagClassName
{
color: #CED3DB;
}
</style>
background-color css
<style>
a { background-color: #CED3DB; }
a { background-color: rgb(206,211,219); }
div.DivClassName
{
background-color: #CED3DB;
}
.BgClassName
{
background-color: #CED3DB;
}
</style>
border-color css
<style>
span { border-color: #CED3DB; }
span { border-color: rgb(206,211,219); }
td.TdClassName
{
border-color: #CED3DB;
}
.TagClassName
{
border-color: #CED3DB;
}
</style>