Shades of Link Water #CED3DA
Tints of Link Water #CED3DA
RGB
CMYK
RGB Variations
Color information
#CED3DA (or 0xCED3DA) is known color: Link Water. HEX triplet: CE, D3 and DA. RGB value is (206,211,218). Sum of RGB (Red+Green+Blue) = 206+211+218=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #CED3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3DA is #312C25. Grayscale: #D2D2D2. Windows color (decimal): -3222566 or 14341070. OLE color: 14341070.
HSL color Cylindrical-coordinate representation of color #CED3DA: hue angle of 215º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED3DA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 211 | 218 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.15 |
| HSL | 215º | 0.14% | 0.83% | - |
| HSV(B) | 215º | 0.06% | 0.85% | - |
| XYZ | 61.4 | 64.77 | 75.6 | - |
| YUV | 210.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 218 | 0.06 | 0.03 | 0 | 0.15 | 215 | 0.14 | 0.83 |
| Hex | CE | D3 | DA | 6 | 3 | 0 | F | D7 | E | 53 |
| Octal | 316 | 323 | 332 | 6 | 3 | 0 | 17 | 327 | 16 | 123 |
| Binary | 11001110 | 11010011 | 11011010 | 110 | 11 | 0 | 1111 | 11010111 | 1110 | 1010011 |
Color Harmonies of #CED3DA
Complementary color
Monochromatic Colors of #CED3DA
Black with #CED3DA
Text Example
Text Example
White with #CED3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3DA; }
p { color: rgb(206,211,218); }
H1.HeaderClassName
{
color: #CED3DA;
}
.AnyTagClassName
{
color: #CED3DA;
}
</style>
background-color css
<style>
a { background-color: #CED3DA; }
a { background-color: rgb(206,211,218); }
div.DivClassName
{
background-color: #CED3DA;
}
.BgClassName
{
background-color: #CED3DA;
}
</style>
border-color css
<style>
span { border-color: #CED3DA; }
span { border-color: rgb(206,211,218); }
td.TdClassName
{
border-color: #CED3DA;
}
.TagClassName
{
border-color: #CED3DA;
}
</style>