Shades of Granny Apple #CEF5D7
Tints of Granny Apple #CEF5D7
RGB
CMYK
RGB Variations
Color information
#CEF5D7 (or 0xCEF5D7) is known color: Granny Apple. HEX triplet: CE, F5 and D7. RGB value is (206,245,215). Sum of RGB (Red+Green+Blue) = 206+245+215=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5D7 is #310A28. Grayscale: #E5E5E5. Windows color (decimal): -3213865 or 14153166. OLE color: 14153166.
HSL color Cylindrical-coordinate representation of color #CEF5D7: hue angle of 133.85º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF5D7 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 215 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.04 |
| HSL | 133.85º | 0.66% | 0.88% | - |
| HSV(B) | 133.85º | 0.16% | 0.96% | - |
| XYZ | 70.37 | 83.33 | 76.67 | - |
| YUV | 229.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 215 | 0.16 | 0 | 0.12 | 0.04 | 133.85 | 0.66 | 0.88 |
| Hex | CE | F5 | D7 | 10 | 0 | C | 4 | 86 | 42 | 58 |
| Octal | 316 | 365 | 327 | 20 | 0 | 14 | 4 | 206 | 102 | 130 |
| Binary | 11001110 | 11110101 | 11010111 | 10000 | 0 | 1100 | 100 | 10000110 | 1000010 | 1011000 |
Color Harmonies of #CEF5D7
Complementary color
Monochromatic Colors of #CEF5D7
Black with #CEF5D7
Text Example
Text Example
White with #CEF5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5D7; }
p { color: rgb(206,245,215); }
H1.HeaderClassName
{
color: #CEF5D7;
}
.AnyTagClassName
{
color: #CEF5D7;
}
</style>
background-color css
<style>
a { background-color: #CEF5D7; }
a { background-color: rgb(206,245,215); }
div.DivClassName
{
background-color: #CEF5D7;
}
.BgClassName
{
background-color: #CEF5D7;
}
</style>
border-color css
<style>
span { border-color: #CEF5D7; }
span { border-color: rgb(206,245,215); }
td.TdClassName
{
border-color: #CEF5D7;
}
.TagClassName
{
border-color: #CEF5D7;
}
</style>