Shades of Granny Apple #CEF2D7
Tints of Granny Apple #CEF2D7
RGB
CMYK
RGB Variations
Color information
#CEF2D7 (or 0xCEF2D7) is known color: Granny Apple. HEX triplet: CE, F2 and D7. RGB value is (206,242,215). Sum of RGB (Red+Green+Blue) = 206+242+215=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2D7 is #310D28. Grayscale: #E4E4E4. Windows color (decimal): -3214633 or 14152398. OLE color: 14152398.
HSL color Cylindrical-coordinate representation of color #CEF2D7: hue angle of 135º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2D7 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 215 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.05 |
| HSL | 135º | 0.58% | 0.88% | - |
| HSV(B) | 135º | 0.15% | 0.95% | - |
| XYZ | 69.47 | 81.53 | 76.37 | - |
| YUV | 228.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 215 | 0.15 | 0 | 0.11 | 0.05 | 135 | 0.58 | 0.88 |
| Hex | CE | F2 | D7 | F | 0 | B | 5 | 87 | 3A | 58 |
| Octal | 316 | 362 | 327 | 17 | 0 | 13 | 5 | 207 | 72 | 130 |
| Binary | 11001110 | 11110010 | 11010111 | 1111 | 0 | 1011 | 101 | 10000111 | 111010 | 1011000 |
Color Harmonies of #CEF2D7
Complementary color
Monochromatic Colors of #CEF2D7
Black with #CEF2D7
Text Example
Text Example
White with #CEF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2D7; }
p { color: rgb(206,242,215); }
H1.HeaderClassName
{
color: #CEF2D7;
}
.AnyTagClassName
{
color: #CEF2D7;
}
</style>
background-color css
<style>
a { background-color: #CEF2D7; }
a { background-color: rgb(206,242,215); }
div.DivClassName
{
background-color: #CEF2D7;
}
.BgClassName
{
background-color: #CEF2D7;
}
</style>
border-color css
<style>
span { border-color: #CEF2D7; }
span { border-color: rgb(206,242,215); }
td.TdClassName
{
border-color: #CEF2D7;
}
.TagClassName
{
border-color: #CEF2D7;
}
</style>