Shades of Link Water #C2CEDF
Tints of Link Water #C2CEDF
RGB
CMYK
RGB Variations
Color information
#C2CEDF (or 0xC2CEDF) is known color: Link Water. HEX triplet: C2, CE and DF. RGB value is (194,206,223). Sum of RGB (Red+Green+Blue) = 194+206+223=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEDF is #3D3120. Grayscale: #CCCCCC. Windows color (decimal): -4010273 or 14667458. OLE color: 14667458.
HSL color Cylindrical-coordinate representation of color #C2CEDF: hue angle of 215.17º degrees, saturation: 0.31, 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 #C2CEDF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 206 | 223 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.13 |
| HSL | 215.17º | 0.31% | 0.82% | - |
| HSV(B) | 215.17º | 0.13% | 0.87% | - |
| XYZ | 57.64 | 60.94 | 78.54 | - |
| YUV | 204.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 223 | 0.13 | 0.08 | 0 | 0.13 | 215.17 | 0.31 | 0.82 |
| Hex | C2 | CE | DF | D | 8 | 0 | D | D7 | 1F | 52 |
| Octal | 302 | 316 | 337 | 15 | 10 | 0 | 15 | 327 | 37 | 122 |
| Binary | 11000010 | 11001110 | 11011111 | 1101 | 1000 | 0 | 1101 | 11010111 | 11111 | 1010010 |
Color Harmonies of #C2CEDF
Complementary color
Monochromatic Colors of #C2CEDF
Black with #C2CEDF
Text Example
Text Example
White with #C2CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CEDF; }
p { color: rgb(194,206,223); }
H1.HeaderClassName
{
color: #C2CEDF;
}
.AnyTagClassName
{
color: #C2CEDF;
}
</style>
background-color css
<style>
a { background-color: #C2CEDF; }
a { background-color: rgb(194,206,223); }
div.DivClassName
{
background-color: #C2CEDF;
}
.BgClassName
{
background-color: #C2CEDF;
}
</style>
border-color css
<style>
span { border-color: #C2CEDF; }
span { border-color: rgb(194,206,223); }
td.TdClassName
{
border-color: #C2CEDF;
}
.TagClassName
{
border-color: #C2CEDF;
}
</style>