Shades of Link Water #CECFD0
Tints of Link Water #CECFD0
RGB
CMYK
RGB Variations
Color information
#CECFD0 (or 0xCECFD0) is known color: Link Water. HEX triplet: CE, CF and D0. RGB value is (206,207,208). Sum of RGB (Red+Green+Blue) = 206+207+208=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 208 - color contains mainly: blue. Hex color #CECFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFD0 is #31302F. Grayscale: #CECECE. Windows color (decimal): -3223600 or 13684686. OLE color: 13684686.
HSL color Cylindrical-coordinate representation of color #CECFD0: hue angle of 210º degrees, saturation: 0.02, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECFD0 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 207 | 208 | - |
CMYK | 0.01 | 0.00 | 0 | 0.18 |
HSL | 210º | 0.02% | 0.81% | - |
HSV(B) | 210º | 0.01% | 0.82% | - |
XYZ | 59.15 | 62.3 | 68.58 | - |
YUV | 206.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 208 | 0.01 | 0.00 | 0 | 0.18 | 210 | 0.02 | 0.81 |
Hex | CE | CF | D0 | 1 | 0 | 0 | 12 | D2 | 2 | 51 |
Octal | 316 | 317 | 320 | 1 | 0 | 0 | 22 | 322 | 2 | 121 |
Binary | 11001110 | 11001111 | 11010000 | 1 | 0 | 0 | 10010 | 11010010 | 10 | 1010001 |
Color Harmonies of #CECFD0
Complementary color
Monochromatic Colors of #CECFD0
Black with #CECFD0
Text Example
Text Example
White with #CECFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFD0; }
p { color: rgb(206,207,208); }
H1.HeaderClassName
{
color: #CECFD0;
}
.AnyTagClassName
{
color: #CECFD0;
}
</style>
background-color css
<style>
a { background-color: #CECFD0; }
a { background-color: rgb(206,207,208); }
div.DivClassName
{
background-color: #CECFD0;
}
.BgClassName
{
background-color: #CECFD0;
}
</style>
border-color css
<style>
span { border-color: #CECFD0; }
span { border-color: rgb(206,207,208); }
td.TdClassName
{
border-color: #CECFD0;
}
.TagClassName
{
border-color: #CECFD0;
}
</style>