Shades of Link Water #C3CEDC
Tints of Link Water #C3CEDC
RGB
CMYK
RGB Variations
Color information
#C3CEDC (or 0xC3CEDC) is known color: Link Water. HEX triplet: C3, CE and DC. RGB value is (195,206,220). Sum of RGB (Red+Green+Blue) = 195+206+220=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEDC is #3C3123. Grayscale: #CCCCCC. Windows color (decimal): -3944740 or 14470851. OLE color: 14470851.
HSL color Cylindrical-coordinate representation of color #C3CEDC: hue angle of 213.6º 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 #C3CEDC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 195 | 206 | 220 | - |
CMYK | 0.11 | 0.06 | 0 | 0.14 |
HSL | 213.6º | 0.26% | 0.81% | - |
HSV(B) | 213.6º | 0.11% | 0.86% | - |
XYZ | 57.5 | 60.91 | 76.44 | - |
YUV | 204.31 | 136.86 | 121.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 206 | 220 | 0.11 | 0.06 | 0 | 0.14 | 213.6 | 0.26 | 0.81 |
Hex | C3 | CE | DC | B | 6 | 0 | E | D6 | 1A | 51 |
Octal | 303 | 316 | 334 | 13 | 6 | 0 | 16 | 326 | 32 | 121 |
Binary | 11000011 | 11001110 | 11011100 | 1011 | 110 | 0 | 1110 | 11010110 | 11010 | 1010001 |
Color Harmonies of #C3CEDC
Complementary color
Monochromatic Colors of #C3CEDC
Black with #C3CEDC
Text Example
Text Example
White with #C3CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEDC; }
p { color: rgb(195,206,220); }
H1.HeaderClassName
{
color: #C3CEDC;
}
.AnyTagClassName
{
color: #C3CEDC;
}
</style>
background-color css
<style>
a { background-color: #C3CEDC; }
a { background-color: rgb(195,206,220); }
div.DivClassName
{
background-color: #C3CEDC;
}
.BgClassName
{
background-color: #C3CEDC;
}
</style>
border-color css
<style>
span { border-color: #C3CEDC; }
span { border-color: rgb(195,206,220); }
td.TdClassName
{
border-color: #C3CEDC;
}
.TagClassName
{
border-color: #C3CEDC;
}
</style>