Shades of Link Water #CECFD9
Tints of Link Water #CECFD9
RGB
CMYK
RGB Variations
Color information
#CECFD9 (or 0xCECFD9) is known color: Link Water. HEX triplet: CE, CF and D9. RGB value is (206,207,217). Sum of RGB (Red+Green+Blue) = 206+207+217=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 217 - color contains mainly: blue. Hex color #CECFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFD9 is #313026. Grayscale: #CFCFCF. Windows color (decimal): -3223591 or 14274510. OLE color: 14274510.
HSL color Cylindrical-coordinate representation of color #CECFD9: hue angle of 234.55º 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 #CECFD9 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 207 | 217 | - |
CMYK | 0.05 | 0.05 | 0 | 0.15 |
HSL | 234.55º | 0.13% | 0.83% | - |
HSV(B) | 234.55º | 0.05% | 0.85% | - |
XYZ | 60.29 | 62.76 | 74.58 | - |
YUV | 207.84 | 133.17 | 126.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 217 | 0.05 | 0.05 | 0 | 0.15 | 234.55 | 0.13 | 0.83 |
Hex | CE | CF | D9 | 5 | 5 | 0 | F | EB | D | 53 |
Octal | 316 | 317 | 331 | 5 | 5 | 0 | 17 | 353 | 15 | 123 |
Binary | 11001110 | 11001111 | 11011001 | 101 | 101 | 0 | 1111 | 11101011 | 1101 | 1010011 |
Color Harmonies of #CECFD9
Complementary color
Monochromatic Colors of #CECFD9
Black with #CECFD9
Text Example
Text Example
White with #CECFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFD9; }
p { color: rgb(206,207,217); }
H1.HeaderClassName
{
color: #CECFD9;
}
.AnyTagClassName
{
color: #CECFD9;
}
</style>
background-color css
<style>
a { background-color: #CECFD9; }
a { background-color: rgb(206,207,217); }
div.DivClassName
{
background-color: #CECFD9;
}
.BgClassName
{
background-color: #CECFD9;
}
</style>
border-color css
<style>
span { border-color: #CECFD9; }
span { border-color: rgb(206,207,217); }
td.TdClassName
{
border-color: #CECFD9;
}
.TagClassName
{
border-color: #CECFD9;
}
</style>