Shades of Link Water #C4CFDA
Tints of Link Water #C4CFDA
RGB
CMYK
RGB Variations
Color information
#C4CFDA (or 0xC4CFDA) is known color: Link Water. HEX triplet: C4, CF and DA. RGB value is (196,207,218). Sum of RGB (Red+Green+Blue) = 196+207+218=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFDA is #3B3025. Grayscale: #CCCCCC. Windows color (decimal): -3878950 or 14340036. OLE color: 14340036.
HSL color Cylindrical-coordinate representation of color #C4CFDA: hue angle of 210º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4CFDA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 207 | 218 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.15 |
| HSL | 210º | 0.23% | 0.81% | - |
| HSV(B) | 210º | 0.1% | 0.85% | - |
| XYZ | 57.73 | 61.42 | 75.14 | - |
| YUV | 204.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 218 | 0.10 | 0.05 | 0 | 0.15 | 210 | 0.23 | 0.81 |
| Hex | C4 | CF | DA | A | 5 | 0 | F | D2 | 17 | 51 |
| Octal | 304 | 317 | 332 | 12 | 5 | 0 | 17 | 322 | 27 | 121 |
| Binary | 11000100 | 11001111 | 11011010 | 1010 | 101 | 0 | 1111 | 11010010 | 10111 | 1010001 |
Color Harmonies of #C4CFDA
Complementary color
Monochromatic Colors of #C4CFDA
Black with #C4CFDA
Text Example
Text Example
White with #C4CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFDA; }
p { color: rgb(196,207,218); }
H1.HeaderClassName
{
color: #C4CFDA;
}
.AnyTagClassName
{
color: #C4CFDA;
}
</style>
background-color css
<style>
a { background-color: #C4CFDA; }
a { background-color: rgb(196,207,218); }
div.DivClassName
{
background-color: #C4CFDA;
}
.BgClassName
{
background-color: #C4CFDA;
}
</style>
border-color css
<style>
span { border-color: #C4CFDA; }
span { border-color: rgb(196,207,218); }
td.TdClassName
{
border-color: #C4CFDA;
}
.TagClassName
{
border-color: #C4CFDA;
}
</style>