Shades of Link Water #C3CEDE
Tints of Link Water #C3CEDE
RGB
CMYK
RGB Variations
Color information
#C3CEDE (or 0xC3CEDE) is known color: Link Water. HEX triplet: C3, CE and DE. RGB value is (195,206,222). Sum of RGB (Red+Green+Blue) = 195+206+222=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEDE is #3C3121. Grayscale: #CCCCCC. Windows color (decimal): -3944738 or 14601923. OLE color: 14601923.
HSL color Cylindrical-coordinate representation of color #C3CEDE: hue angle of 215.56º degrees, saturation: 0.29, 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 #C3CEDE is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 206 | 222 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.13 |
| HSL | 215.56º | 0.29% | 0.82% | - |
| HSV(B) | 215.56º | 0.12% | 0.87% | - |
| XYZ | 57.76 | 61.02 | 77.84 | - |
| YUV | 204.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 222 | 0.12 | 0.07 | 0 | 0.13 | 215.56 | 0.29 | 0.82 |
| Hex | C3 | CE | DE | C | 7 | 0 | D | D8 | 1D | 52 |
| Octal | 303 | 316 | 336 | 14 | 7 | 0 | 15 | 330 | 35 | 122 |
| Binary | 11000011 | 11001110 | 11011110 | 1100 | 111 | 0 | 1101 | 11011000 | 11101 | 1010010 |
Color Harmonies of #C3CEDE
Complementary color
Monochromatic Colors of #C3CEDE
Black with #C3CEDE
Text Example
Text Example
White with #C3CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEDE; }
p { color: rgb(195,206,222); }
H1.HeaderClassName
{
color: #C3CEDE;
}
.AnyTagClassName
{
color: #C3CEDE;
}
</style>
background-color css
<style>
a { background-color: #C3CEDE; }
a { background-color: rgb(195,206,222); }
div.DivClassName
{
background-color: #C3CEDE;
}
.BgClassName
{
background-color: #C3CEDE;
}
</style>
border-color css
<style>
span { border-color: #C3CEDE; }
span { border-color: rgb(195,206,222); }
td.TdClassName
{
border-color: #C3CEDE;
}
.TagClassName
{
border-color: #C3CEDE;
}
</style>