Shades of Link Water #C2CEDB
Tints of Link Water #C2CEDB
RGB
CMYK
RGB Variations
Color information
#C2CEDB (or 0xC2CEDB) is known color: Link Water. HEX triplet: C2, CE and DB. RGB value is (194,206,219). Sum of RGB (Red+Green+Blue) = 194+206+219=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEDB is #3D3124. Grayscale: #CBCBCB. Windows color (decimal): -4010277 or 14405314. OLE color: 14405314.
HSL color Cylindrical-coordinate representation of color #C2CEDB: hue angle of 211.2º degrees, saturation: 0.26, 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 #C2CEDB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 206 | 219 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.14 |
| HSL | 211.2º | 0.26% | 0.81% | - |
| HSV(B) | 211.2º | 0.11% | 0.86% | - |
| XYZ | 57.11 | 60.73 | 75.73 | - |
| YUV | 203.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 219 | 0.11 | 0.06 | 0 | 0.14 | 211.2 | 0.26 | 0.81 |
| Hex | C2 | CE | DB | B | 6 | 0 | E | D3 | 1A | 51 |
| Octal | 302 | 316 | 333 | 13 | 6 | 0 | 16 | 323 | 32 | 121 |
| Binary | 11000010 | 11001110 | 11011011 | 1011 | 110 | 0 | 1110 | 11010011 | 11010 | 1010001 |
Color Harmonies of #C2CEDB
Complementary color
Monochromatic Colors of #C2CEDB
Black with #C2CEDB
Text Example
Text Example
White with #C2CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEDB; }
p { color: rgb(194,206,219); }
H1.HeaderClassName
{
color: #C2CEDB;
}
.AnyTagClassName
{
color: #C2CEDB;
}
</style>
background-color css
<style>
a { background-color: #C2CEDB; }
a { background-color: rgb(194,206,219); }
div.DivClassName
{
background-color: #C2CEDB;
}
.BgClassName
{
background-color: #C2CEDB;
}
</style>
border-color css
<style>
span { border-color: #C2CEDB; }
span { border-color: rgb(194,206,219); }
td.TdClassName
{
border-color: #C2CEDB;
}
.TagClassName
{
border-color: #C2CEDB;
}
</style>