Shades of Link Water #CED4D9
Tints of Link Water #CED4D9
RGB
CMYK
RGB Variations
Color information
#CED4D9 (or 0xCED4D9) is known color: Link Water. HEX triplet: CE, D4 and D9. RGB value is (206,212,217). Sum of RGB (Red+Green+Blue) = 206+212+217=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 217 - color contains mainly: blue. Hex color #CED4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4D9 is #312B26. Grayscale: #D2D2D2. Windows color (decimal): -3222311 or 14275790. OLE color: 14275790.
HSL color Cylindrical-coordinate representation of color #CED4D9: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CED4D9 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 212 | 217 | - |
CMYK | 0.05 | 0.02 | 0 | 0.15 |
HSL | 207.27º | 0.13% | 0.83% | - |
HSV(B) | 207.27º | 0.05% | 0.85% | - |
XYZ | 61.52 | 65.22 | 74.99 | - |
YUV | 210.78 | 131.51 | 124.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 212 | 217 | 0.05 | 0.02 | 0 | 0.15 | 207.27 | 0.13 | 0.83 |
Hex | CE | D4 | D9 | 5 | 2 | 0 | F | CF | D | 53 |
Octal | 316 | 324 | 331 | 5 | 2 | 0 | 17 | 317 | 15 | 123 |
Binary | 11001110 | 11010100 | 11011001 | 101 | 10 | 0 | 1111 | 11001111 | 1101 | 1010011 |
Color Harmonies of #CED4D9
Complementary color
Monochromatic Colors of #CED4D9
Black with #CED4D9
Text Example
Text Example
White with #CED4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4D9; }
p { color: rgb(206,212,217); }
H1.HeaderClassName
{
color: #CED4D9;
}
.AnyTagClassName
{
color: #CED4D9;
}
</style>
background-color css
<style>
a { background-color: #CED4D9; }
a { background-color: rgb(206,212,217); }
div.DivClassName
{
background-color: #CED4D9;
}
.BgClassName
{
background-color: #CED4D9;
}
</style>
border-color css
<style>
span { border-color: #CED4D9; }
span { border-color: rgb(206,212,217); }
td.TdClassName
{
border-color: #CED4D9;
}
.TagClassName
{
border-color: #CED4D9;
}
</style>