Shades of Link Water #C3CEDD
Tints of Link Water #C3CEDD
RGB
CMYK
RGB Variations
Color information
#C3CEDD (or 0xC3CEDD) is known color: Link Water. HEX triplet: C3, CE and DD. RGB value is (195,206,221). Sum of RGB (Red+Green+Blue) = 195+206+221=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEDD is #3C3122. Grayscale: #CCCCCC. Windows color (decimal): -3944739 or 14536387. OLE color: 14536387.
HSL color Cylindrical-coordinate representation of color #C3CEDD: hue angle of 214.62º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3CEDD is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 206 | 221 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.13 |
| HSL | 214.62º | 0.28% | 0.82% | - |
| HSV(B) | 214.62º | 0.12% | 0.87% | - |
| XYZ | 57.63 | 60.97 | 77.14 | - |
| YUV | 204.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 221 | 0.12 | 0.07 | 0 | 0.13 | 214.62 | 0.28 | 0.82 |
| Hex | C3 | CE | DD | C | 7 | 0 | D | D7 | 1C | 52 |
| Octal | 303 | 316 | 335 | 14 | 7 | 0 | 15 | 327 | 34 | 122 |
| Binary | 11000011 | 11001110 | 11011101 | 1100 | 111 | 0 | 1101 | 11010111 | 11100 | 1010010 |
Color Harmonies of #C3CEDD
Complementary color
Monochromatic Colors of #C3CEDD
Black with #C3CEDD
Text Example
Text Example
White with #C3CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEDD; }
p { color: rgb(195,206,221); }
H1.HeaderClassName
{
color: #C3CEDD;
}
.AnyTagClassName
{
color: #C3CEDD;
}
</style>
background-color css
<style>
a { background-color: #C3CEDD; }
a { background-color: rgb(195,206,221); }
div.DivClassName
{
background-color: #C3CEDD;
}
.BgClassName
{
background-color: #C3CEDD;
}
</style>
border-color css
<style>
span { border-color: #C3CEDD; }
span { border-color: rgb(195,206,221); }
td.TdClassName
{
border-color: #C3CEDD;
}
.TagClassName
{
border-color: #C3CEDD;
}
</style>