Shades of Link Water #C2CEDE
Tints of Link Water #C2CEDE
RGB
CMYK
RGB Variations
Color information
#C2CEDE (or 0xC2CEDE) is known color: Link Water. HEX triplet: C2, CE and DE. RGB value is (194,206,222). Sum of RGB (Red+Green+Blue) = 194+206+222=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEDE is #3D3121. Grayscale: #CCCCCC. Windows color (decimal): -4010274 or 14601922. OLE color: 14601922.
HSL color Cylindrical-coordinate representation of color #C2CEDE: hue angle of 214.29º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CEDE is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 206 | 222 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.13 |
| HSL | 214.29º | 0.3% | 0.82% | - |
| HSV(B) | 214.29º | 0.13% | 0.87% | - |
| XYZ | 57.5 | 60.89 | 77.83 | - |
| YUV | 204.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 222 | 0.13 | 0.07 | 0 | 0.13 | 214.29 | 0.3 | 0.82 |
| Hex | C2 | CE | DE | D | 7 | 0 | D | D6 | 1E | 52 |
| Octal | 302 | 316 | 336 | 15 | 7 | 0 | 15 | 326 | 36 | 122 |
| Binary | 11000010 | 11001110 | 11011110 | 1101 | 111 | 0 | 1101 | 11010110 | 11110 | 1010010 |
Color Harmonies of #C2CEDE
Complementary color
Monochromatic Colors of #C2CEDE
Black with #C2CEDE
Text Example
Text Example
White with #C2CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEDE; }
p { color: rgb(194,206,222); }
H1.HeaderClassName
{
color: #C2CEDE;
}
.AnyTagClassName
{
color: #C2CEDE;
}
</style>
background-color css
<style>
a { background-color: #C2CEDE; }
a { background-color: rgb(194,206,222); }
div.DivClassName
{
background-color: #C2CEDE;
}
.BgClassName
{
background-color: #C2CEDE;
}
</style>
border-color css
<style>
span { border-color: #C2CEDE; }
span { border-color: rgb(194,206,222); }
td.TdClassName
{
border-color: #C2CEDE;
}
.TagClassName
{
border-color: #C2CEDE;
}
</style>