Shades of Granny Apple #C7EECF
Tints of Granny Apple #C7EECF
RGB
CMYK
RGB Variations
Color information
#C7EECF (or 0xC7EECF) is known color: Granny Apple. HEX triplet: C7, EE and CF. RGB value is (199,238,207). Sum of RGB (Red+Green+Blue) = 199+238+207=644 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.90% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EECF is #381130. Grayscale: #DEDEDE. Windows color (decimal): -3674417 or 13627079. OLE color: 13627079.
HSL color Cylindrical-coordinate representation of color #C7EECF: hue angle of 132.31º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7EECF is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 238 | 207 | - |
CMYK | 0.16 | 0 | 0.13 | 0.07 |
HSL | 132.31º | 0.53% | 0.86% | - |
HSV(B) | 132.31º | 0.16% | 0.93% | - |
XYZ | 65.39 | 77.8 | 70.6 | - |
YUV | 222.81 | 119.08 | 111.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 238 | 207 | 0.16 | 0 | 0.13 | 0.07 | 132.31 | 0.53 | 0.86 |
Hex | C7 | EE | CF | 10 | 0 | D | 7 | 84 | 35 | 56 |
Octal | 307 | 356 | 317 | 20 | 0 | 15 | 7 | 204 | 65 | 126 |
Binary | 11000111 | 11101110 | 11001111 | 10000 | 0 | 1101 | 111 | 10000100 | 110101 | 1010110 |
Color Harmonies of #C7EECF
Complementary color
Monochromatic Colors of #C7EECF
Black with #C7EECF
Text Example
Text Example
White with #C7EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EECF; }
p { color: rgb(199,238,207); }
H1.HeaderClassName
{
color: #C7EECF;
}
.AnyTagClassName
{
color: #C7EECF;
}
</style>
background-color css
<style>
a { background-color: #C7EECF; }
a { background-color: rgb(199,238,207); }
div.DivClassName
{
background-color: #C7EECF;
}
.BgClassName
{
background-color: #C7EECF;
}
</style>
border-color css
<style>
span { border-color: #C7EECF; }
span { border-color: rgb(199,238,207); }
td.TdClassName
{
border-color: #C7EECF;
}
.TagClassName
{
border-color: #C7EECF;
}
</style>