Shades of Granny Apple #C2ECCF
Tints of Granny Apple #C2ECCF
RGB
CMYK
RGB Variations
Color information
#C2ECCF (or 0xC2ECCF) is known color: Granny Apple. HEX triplet: C2, EC and CF. RGB value is (194,236,207). Sum of RGB (Red+Green+Blue) = 194+236+207=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECCF is #3D1330. Grayscale: #DCDCDC. Windows color (decimal): -4002609 or 13626562. OLE color: 13626562.
HSL color Cylindrical-coordinate representation of color #C2ECCF: hue angle of 138.57º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ECCF is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 236 | 207 | - |
CMYK | 0.18 | 0 | 0.12 | 0.07 |
HSL | 138.57º | 0.53% | 0.84% | - |
HSV(B) | 138.57º | 0.18% | 0.93% | - |
XYZ | 63.51 | 75.97 | 70.35 | - |
YUV | 220.14 | 120.59 | 109.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 236 | 207 | 0.18 | 0 | 0.12 | 0.07 | 138.57 | 0.53 | 0.84 |
Hex | C2 | EC | CF | 12 | 0 | C | 7 | 8B | 34 | 54 |
Octal | 302 | 354 | 317 | 22 | 0 | 14 | 7 | 213 | 64 | 124 |
Binary | 11000010 | 11101100 | 11001111 | 10010 | 0 | 1100 | 111 | 10001011 | 110100 | 1010100 |
Color Harmonies of #C2ECCF
Complementary color
Monochromatic Colors of #C2ECCF
Black with #C2ECCF
Text Example
Text Example
White with #C2ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECCF; }
p { color: rgb(194,236,207); }
H1.HeaderClassName
{
color: #C2ECCF;
}
.AnyTagClassName
{
color: #C2ECCF;
}
</style>
background-color css
<style>
a { background-color: #C2ECCF; }
a { background-color: rgb(194,236,207); }
div.DivClassName
{
background-color: #C2ECCF;
}
.BgClassName
{
background-color: #C2ECCF;
}
</style>
border-color css
<style>
span { border-color: #C2ECCF; }
span { border-color: rgb(194,236,207); }
td.TdClassName
{
border-color: #C2ECCF;
}
.TagClassName
{
border-color: #C2ECCF;
}
</style>