Shades of Link Water #C4CBDA
Tints of Link Water #C4CBDA
RGB
CMYK
RGB Variations
Color information
#C4CBDA (or 0xC4CBDA) is known color: Link Water. HEX triplet: C4, CB and DA. RGB value is (196,203,218). Sum of RGB (Red+Green+Blue) = 196+203+218=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBDA is #3B3425. Grayscale: #CACACA. Windows color (decimal): -3879974 or 14339012. OLE color: 14339012.
HSL color Cylindrical-coordinate representation of color #C4CBDA: hue angle of 220.91º 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 #C4CBDA is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 203 | 218 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.15 |
| HSL | 220.91º | 0.23% | 0.81% | - |
| HSV(B) | 220.91º | 0.1% | 0.85% | - |
| XYZ | 56.78 | 59.51 | 74.82 | - |
| YUV | 202.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 218 | 0.10 | 0.07 | 0 | 0.15 | 220.91 | 0.23 | 0.81 |
| Hex | C4 | CB | DA | A | 7 | 0 | F | DD | 17 | 51 |
| Octal | 304 | 313 | 332 | 12 | 7 | 0 | 17 | 335 | 27 | 121 |
| Binary | 11000100 | 11001011 | 11011010 | 1010 | 111 | 0 | 1111 | 11011101 | 10111 | 1010001 |
Color Harmonies of #C4CBDA
Complementary color
Monochromatic Colors of #C4CBDA
Black with #C4CBDA
Text Example
Text Example
White with #C4CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBDA; }
p { color: rgb(196,203,218); }
H1.HeaderClassName
{
color: #C4CBDA;
}
.AnyTagClassName
{
color: #C4CBDA;
}
</style>
background-color css
<style>
a { background-color: #C4CBDA; }
a { background-color: rgb(196,203,218); }
div.DivClassName
{
background-color: #C4CBDA;
}
.BgClassName
{
background-color: #C4CBDA;
}
</style>
border-color css
<style>
span { border-color: #C4CBDA; }
span { border-color: rgb(196,203,218); }
td.TdClassName
{
border-color: #C4CBDA;
}
.TagClassName
{
border-color: #C4CBDA;
}
</style>