Shades of Link Water #C3CFE0
Tints of Link Water #C3CFE0
RGB
CMYK
RGB Variations
Color information
#C3CFE0 (or 0xC3CFE0) is known color: Link Water. HEX triplet: C3, CF and E0. RGB value is (195,207,224). Sum of RGB (Red+Green+Blue) = 195+207+224=626 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.15% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #C3CFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFE0 is #3C301F. Grayscale: #CDCDCD. Windows color (decimal): -3944480 or 14733251. OLE color: 14733251.
HSL color Cylindrical-coordinate representation of color #C3CFE0: hue angle of 215.17º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3CFE0 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 207 | 224 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.12 |
| HSL | 215.17º | 0.32% | 0.82% | - |
| HSV(B) | 215.17º | 0.13% | 0.88% | - |
| XYZ | 58.27 | 61.61 | 79.34 | - |
| YUV | 205.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 224 | 0.13 | 0.08 | 0 | 0.12 | 215.17 | 0.32 | 0.82 |
| Hex | C3 | CF | E0 | D | 8 | 0 | C | D7 | 20 | 52 |
| Octal | 303 | 317 | 340 | 15 | 10 | 0 | 14 | 327 | 40 | 122 |
| Binary | 11000011 | 11001111 | 11100000 | 1101 | 1000 | 0 | 1100 | 11010111 | 100000 | 1010010 |
Color Harmonies of #C3CFE0
Complementary color
Monochromatic Colors of #C3CFE0
Black with #C3CFE0
Text Example
Text Example
White with #C3CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFE0; }
p { color: rgb(195,207,224); }
H1.HeaderClassName
{
color: #C3CFE0;
}
.AnyTagClassName
{
color: #C3CFE0;
}
</style>
background-color css
<style>
a { background-color: #C3CFE0; }
a { background-color: rgb(195,207,224); }
div.DivClassName
{
background-color: #C3CFE0;
}
.BgClassName
{
background-color: #C3CFE0;
}
</style>
border-color css
<style>
span { border-color: #C3CFE0; }
span { border-color: rgb(195,207,224); }
td.TdClassName
{
border-color: #C3CFE0;
}
.TagClassName
{
border-color: #C3CFE0;
}
</style>