Shades of Link Water #CED5DD
Tints of Link Water #CED5DD
RGB
CMYK
RGB Variations
Color information
#CED5DD (or 0xCED5DD) is known color: Link Water. HEX triplet: CE, D5 and DD. RGB value is (206,213,221). Sum of RGB (Red+Green+Blue) = 206+213+221=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #CED5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5DD is #312A22. Grayscale: #D3D3D3. Windows color (decimal): -3222051 or 14538190. OLE color: 14538190.
HSL color Cylindrical-coordinate representation of color #CED5DD: hue angle of 212º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CED5DD is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 213 | 221 | - |
CMYK | 0.07 | 0.04 | 0 | 0.13 |
HSL | 212º | 0.18% | 0.84% | - |
HSV(B) | 212º | 0.07% | 0.87% | - |
XYZ | 62.3 | 65.93 | 77.85 | - |
YUV | 211.82 | 133.18 | 123.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 213 | 221 | 0.07 | 0.04 | 0 | 0.13 | 212 | 0.18 | 0.84 |
Hex | CE | D5 | DD | 7 | 4 | 0 | D | D4 | 12 | 54 |
Octal | 316 | 325 | 335 | 7 | 4 | 0 | 15 | 324 | 22 | 124 |
Binary | 11001110 | 11010101 | 11011101 | 111 | 100 | 0 | 1101 | 11010100 | 10010 | 1010100 |
Color Harmonies of #CED5DD
Complementary color
Monochromatic Colors of #CED5DD
Black with #CED5DD
Text Example
Text Example
White with #CED5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5DD; }
p { color: rgb(206,213,221); }
H1.HeaderClassName
{
color: #CED5DD;
}
.AnyTagClassName
{
color: #CED5DD;
}
</style>
background-color css
<style>
a { background-color: #CED5DD; }
a { background-color: rgb(206,213,221); }
div.DivClassName
{
background-color: #CED5DD;
}
.BgClassName
{
background-color: #CED5DD;
}
</style>
border-color css
<style>
span { border-color: #CED5DD; }
span { border-color: rgb(206,213,221); }
td.TdClassName
{
border-color: #CED5DD;
}
.TagClassName
{
border-color: #CED5DD;
}
</style>