Shades of Link Water #CECFD2
Tints of Link Water #CECFD2
RGB
CMYK
RGB Variations
Color information
#CECFD2 (or 0xCECFD2) is known color: Link Water. HEX triplet: CE, CF and D2. RGB value is (206,207,210). Sum of RGB (Red+Green+Blue) = 206+207+210=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 210 - color contains mainly: blue. Hex color #CECFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFD2 is #31302D. Grayscale: #CFCFCF. Windows color (decimal): -3223598 or 13815758. OLE color: 13815758.
HSL color Cylindrical-coordinate representation of color #CECFD2: hue angle of 225º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECFD2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 207 | 210 | - |
CMYK | 0.02 | 0.01 | 0 | 0.18 |
HSL | 225º | 0.04% | 0.82% | - |
HSV(B) | 225º | 0.02% | 0.82% | - |
XYZ | 59.4 | 62.4 | 69.89 | - |
YUV | 207.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 210 | 0.02 | 0.01 | 0 | 0.18 | 225 | 0.04 | 0.82 |
Hex | CE | CF | D2 | 2 | 1 | 0 | 12 | E1 | 4 | 52 |
Octal | 316 | 317 | 322 | 2 | 1 | 0 | 22 | 341 | 4 | 122 |
Binary | 11001110 | 11001111 | 11010010 | 10 | 1 | 0 | 10010 | 11100001 | 100 | 1010010 |
Color Harmonies of #CECFD2
Complementary color
Monochromatic Colors of #CECFD2
Black with #CECFD2
Text Example
Text Example
White with #CECFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFD2; }
p { color: rgb(206,207,210); }
H1.HeaderClassName
{
color: #CECFD2;
}
.AnyTagClassName
{
color: #CECFD2;
}
</style>
background-color css
<style>
a { background-color: #CECFD2; }
a { background-color: rgb(206,207,210); }
div.DivClassName
{
background-color: #CECFD2;
}
.BgClassName
{
background-color: #CECFD2;
}
</style>
border-color css
<style>
span { border-color: #CECFD2; }
span { border-color: rgb(206,207,210); }
td.TdClassName
{
border-color: #CECFD2;
}
.TagClassName
{
border-color: #CECFD2;
}
</style>