Shades of Link Water #CECFD3
Tints of Link Water #CECFD3
RGB
CMYK
RGB Variations
Color information
#CECFD3 (or 0xCECFD3) is known color: Link Water. HEX triplet: CE, CF and D3. RGB value is (206,207,211). Sum of RGB (Red+Green+Blue) = 206+207+211=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 211 - color contains mainly: blue. Hex color #CECFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFD3 is #31302C. Grayscale: #CFCFCF. Windows color (decimal): -3223597 or 13881294. OLE color: 13881294.
HSL color Cylindrical-coordinate representation of color #CECFD3: hue angle of 228º degrees, saturation: 0.05, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECFD3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 207 | 211 | - |
CMYK | 0.02 | 0.02 | 0 | 0.17 |
HSL | 228º | 0.05% | 0.82% | - |
HSV(B) | 228º | 0.02% | 0.83% | - |
XYZ | 59.52 | 62.45 | 70.54 | - |
YUV | 207.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 211 | 0.02 | 0.02 | 0 | 0.17 | 228 | 0.05 | 0.82 |
Hex | CE | CF | D3 | 2 | 2 | 0 | 11 | E4 | 5 | 52 |
Octal | 316 | 317 | 323 | 2 | 2 | 0 | 21 | 344 | 5 | 122 |
Binary | 11001110 | 11001111 | 11010011 | 10 | 10 | 0 | 10001 | 11100100 | 101 | 1010010 |
Color Harmonies of #CECFD3
Complementary color
Monochromatic Colors of #CECFD3
Black with #CECFD3
Text Example
Text Example
White with #CECFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFD3; }
p { color: rgb(206,207,211); }
H1.HeaderClassName
{
color: #CECFD3;
}
.AnyTagClassName
{
color: #CECFD3;
}
</style>
background-color css
<style>
a { background-color: #CECFD3; }
a { background-color: rgb(206,207,211); }
div.DivClassName
{
background-color: #CECFD3;
}
.BgClassName
{
background-color: #CECFD3;
}
</style>
border-color css
<style>
span { border-color: #CECFD3; }
span { border-color: rgb(206,207,211); }
td.TdClassName
{
border-color: #CECFD3;
}
.TagClassName
{
border-color: #CECFD3;
}
</style>