Shades of Link Water #CED3DC
Tints of Link Water #CED3DC
RGB
CMYK
RGB Variations
Color information
#CED3DC (or 0xCED3DC) is known color: Link Water. HEX triplet: CE, D3 and DC. RGB value is (206,211,220). Sum of RGB (Red+Green+Blue) = 206+211+220=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #CED3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3DC is #312C23. Grayscale: #D2D2D2. Windows color (decimal): -3222564 or 14472142. OLE color: 14472142.
HSL color Cylindrical-coordinate representation of color #CED3DC: hue angle of 218.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED3DC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 211 | 220 | - |
CMYK | 0.06 | 0.04 | 0 | 0.14 |
HSL | 218.57º | 0.17% | 0.84% | - |
HSV(B) | 218.57º | 0.06% | 0.86% | - |
XYZ | 61.67 | 64.88 | 76.98 | - |
YUV | 210.53 | 133.34 | 124.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 211 | 220 | 0.06 | 0.04 | 0 | 0.14 | 218.57 | 0.17 | 0.84 |
Hex | CE | D3 | DC | 6 | 4 | 0 | E | DB | 11 | 54 |
Octal | 316 | 323 | 334 | 6 | 4 | 0 | 16 | 333 | 21 | 124 |
Binary | 11001110 | 11010011 | 11011100 | 110 | 100 | 0 | 1110 | 11011011 | 10001 | 1010100 |
Color Harmonies of #CED3DC
Complementary color
Monochromatic Colors of #CED3DC
Black with #CED3DC
Text Example
Text Example
White with #CED3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3DC; }
p { color: rgb(206,211,220); }
H1.HeaderClassName
{
color: #CED3DC;
}
.AnyTagClassName
{
color: #CED3DC;
}
</style>
background-color css
<style>
a { background-color: #CED3DC; }
a { background-color: rgb(206,211,220); }
div.DivClassName
{
background-color: #CED3DC;
}
.BgClassName
{
background-color: #CED3DC;
}
</style>
border-color css
<style>
span { border-color: #CED3DC; }
span { border-color: rgb(206,211,220); }
td.TdClassName
{
border-color: #CED3DC;
}
.TagClassName
{
border-color: #CED3DC;
}
</style>