Shades of Link Water #C4CFDB
Tints of Link Water #C4CFDB
RGB
CMYK
RGB Variations
Color information
#C4CFDB (or 0xC4CFDB) is known color: Link Water. HEX triplet: C4, CF and DB. RGB value is (196,207,219). Sum of RGB (Red+Green+Blue) = 196+207+219=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFDB is #3B3024. Grayscale: #CDCDCD. Windows color (decimal): -3878949 or 14405572. OLE color: 14405572.
HSL color Cylindrical-coordinate representation of color #C4CFDB: hue angle of 211.3º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CFDB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 207 | 219 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.14 |
| HSL | 211.3º | 0.24% | 0.81% | - |
| HSV(B) | 211.3º | 0.11% | 0.86% | - |
| XYZ | 57.86 | 61.48 | 75.83 | - |
| YUV | 205.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 219 | 0.11 | 0.05 | 0 | 0.14 | 211.3 | 0.24 | 0.81 |
| Hex | C4 | CF | DB | B | 5 | 0 | E | D3 | 18 | 51 |
| Octal | 304 | 317 | 333 | 13 | 5 | 0 | 16 | 323 | 30 | 121 |
| Binary | 11000100 | 11001111 | 11011011 | 1011 | 101 | 0 | 1110 | 11010011 | 11000 | 1010001 |
Color Harmonies of #C4CFDB
Complementary color
Monochromatic Colors of #C4CFDB
Black with #C4CFDB
Text Example
Text Example
White with #C4CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFDB; }
p { color: rgb(196,207,219); }
H1.HeaderClassName
{
color: #C4CFDB;
}
.AnyTagClassName
{
color: #C4CFDB;
}
</style>
background-color css
<style>
a { background-color: #C4CFDB; }
a { background-color: rgb(196,207,219); }
div.DivClassName
{
background-color: #C4CFDB;
}
.BgClassName
{
background-color: #C4CFDB;
}
</style>
border-color css
<style>
span { border-color: #C4CFDB; }
span { border-color: rgb(196,207,219); }
td.TdClassName
{
border-color: #C4CFDB;
}
.TagClassName
{
border-color: #C4CFDB;
}
</style>