Shades of Link Water #C4CFE0
Tints of Link Water #C4CFE0
RGB
CMYK
RGB Variations
Color information
#C4CFE0 (or 0xC4CFE0) is known color: Link Water. HEX triplet: C4, CF and E0. RGB value is (196,207,224). Sum of RGB (Red+Green+Blue) = 196+207+224=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4CFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFE0 is #3B301F. Grayscale: #CDCDCD. Windows color (decimal): -3878944 or 14733252. OLE color: 14733252.
HSL color Cylindrical-coordinate representation of color #C4CFE0: hue angle of 216.43º 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 #C4CFE0 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 207 | 224 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.12 |
| HSL | 216.43º | 0.31% | 0.82% | - |
| HSV(B) | 216.43º | 0.13% | 0.88% | - |
| XYZ | 58.53 | 61.74 | 79.35 | - |
| YUV | 205.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 224 | 0.12 | 0.08 | 0 | 0.12 | 216.43 | 0.31 | 0.82 |
| Hex | C4 | CF | E0 | C | 8 | 0 | C | D8 | 1F | 52 |
| Octal | 304 | 317 | 340 | 14 | 10 | 0 | 14 | 330 | 37 | 122 |
| Binary | 11000100 | 11001111 | 11100000 | 1100 | 1000 | 0 | 1100 | 11011000 | 11111 | 1010010 |
Color Harmonies of #C4CFE0
Complementary color
Monochromatic Colors of #C4CFE0
Black with #C4CFE0
Text Example
Text Example
White with #C4CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFE0; }
p { color: rgb(196,207,224); }
H1.HeaderClassName
{
color: #C4CFE0;
}
.AnyTagClassName
{
color: #C4CFE0;
}
</style>
background-color css
<style>
a { background-color: #C4CFE0; }
a { background-color: rgb(196,207,224); }
div.DivClassName
{
background-color: #C4CFE0;
}
.BgClassName
{
background-color: #C4CFE0;
}
</style>
border-color css
<style>
span { border-color: #C4CFE0; }
span { border-color: rgb(196,207,224); }
td.TdClassName
{
border-color: #C4CFE0;
}
.TagClassName
{
border-color: #C4CFE0;
}
</style>