Shades of Link Water #CED4DD
Tints of Link Water #CED4DD
RGB
CMYK
RGB Variations
Color information
#CED4DD (or 0xCED4DD) is known color: Link Water. HEX triplet: CE, D4 and DD. RGB value is (206,212,221). Sum of RGB (Red+Green+Blue) = 206+212+221=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #CED4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4DD is #312B22. Grayscale: #D3D3D3. Windows color (decimal): -3222307 or 14537934. OLE color: 14537934.
HSL color Cylindrical-coordinate representation of color #CED4DD: hue angle of 216º 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 #CED4DD is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 212 | 221 | - |
CMYK | 0.07 | 0.04 | 0 | 0.13 |
HSL | 216º | 0.18% | 0.84% | - |
HSV(B) | 216º | 0.07% | 0.87% | - |
XYZ | 62.05 | 65.43 | 77.77 | - |
YUV | 211.23 | 133.51 | 124.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 212 | 221 | 0.07 | 0.04 | 0 | 0.13 | 216 | 0.18 | 0.84 |
Hex | CE | D4 | DD | 7 | 4 | 0 | D | D8 | 12 | 54 |
Octal | 316 | 324 | 335 | 7 | 4 | 0 | 15 | 330 | 22 | 124 |
Binary | 11001110 | 11010100 | 11011101 | 111 | 100 | 0 | 1101 | 11011000 | 10010 | 1010100 |
Color Harmonies of #CED4DD
Complementary color
Monochromatic Colors of #CED4DD
Black with #CED4DD
Text Example
Text Example
White with #CED4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4DD; }
p { color: rgb(206,212,221); }
H1.HeaderClassName
{
color: #CED4DD;
}
.AnyTagClassName
{
color: #CED4DD;
}
</style>
background-color css
<style>
a { background-color: #CED4DD; }
a { background-color: rgb(206,212,221); }
div.DivClassName
{
background-color: #CED4DD;
}
.BgClassName
{
background-color: #CED4DD;
}
</style>
border-color css
<style>
span { border-color: #CED4DD; }
span { border-color: rgb(206,212,221); }
td.TdClassName
{
border-color: #CED4DD;
}
.TagClassName
{
border-color: #CED4DD;
}
</style>