Shades of Link Water #C4CEE0
Tints of Link Water #C4CEE0
RGB
CMYK
RGB Variations
Color information
#C4CEE0 (or 0xC4CEE0) is known color: Link Water. HEX triplet: C4, CE and E0. RGB value is (196,206,224). Sum of RGB (Red+Green+Blue) = 196+206+224=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4CEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEE0 is #3B311F. Grayscale: #CCCCCC. Windows color (decimal): -3879200 or 14732996. OLE color: 14732996.
HSL color Cylindrical-coordinate representation of color #C4CEE0: hue angle of 218.57º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4CEE0 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 206 | 224 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.12 |
| HSL | 218.57º | 0.31% | 0.82% | - |
| HSV(B) | 218.57º | 0.13% | 0.88% | - |
| XYZ | 58.29 | 61.26 | 79.27 | - |
| YUV | 205.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 224 | 0.12 | 0.08 | 0 | 0.12 | 218.57 | 0.31 | 0.82 |
| Hex | C4 | CE | E0 | C | 8 | 0 | C | DB | 1F | 52 |
| Octal | 304 | 316 | 340 | 14 | 10 | 0 | 14 | 333 | 37 | 122 |
| Binary | 11000100 | 11001110 | 11100000 | 1100 | 1000 | 0 | 1100 | 11011011 | 11111 | 1010010 |
Color Harmonies of #C4CEE0
Complementary color
Monochromatic Colors of #C4CEE0
Black with #C4CEE0
Text Example
Text Example
White with #C4CEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEE0; }
p { color: rgb(196,206,224); }
H1.HeaderClassName
{
color: #C4CEE0;
}
.AnyTagClassName
{
color: #C4CEE0;
}
</style>
background-color css
<style>
a { background-color: #C4CEE0; }
a { background-color: rgb(196,206,224); }
div.DivClassName
{
background-color: #C4CEE0;
}
.BgClassName
{
background-color: #C4CEE0;
}
</style>
border-color css
<style>
span { border-color: #C4CEE0; }
span { border-color: rgb(196,206,224); }
td.TdClassName
{
border-color: #C4CEE0;
}
.TagClassName
{
border-color: #C4CEE0;
}
</style>