Shades of Granny Apple #CEF5D4
Tints of Granny Apple #CEF5D4
RGB
CMYK
RGB Variations
Color information
#CEF5D4 (or 0xCEF5D4) is known color: Granny Apple. HEX triplet: CE, F5 and D4. RGB value is (206,245,212). Sum of RGB (Red+Green+Blue) = 206+245+212=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5D4 is #310A2B. Grayscale: #E5E5E5. Windows color (decimal): -3213868 or 13956558. OLE color: 13956558.
HSL color Cylindrical-coordinate representation of color #CEF5D4: hue angle of 129.23º 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 #CEF5D4 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 212 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.04 |
| HSL | 129.23º | 0.66% | 0.88% | - |
| HSV(B) | 129.23º | 0.16% | 0.96% | - |
| XYZ | 69.99 | 83.18 | 74.65 | - |
| YUV | 229.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 212 | 0.16 | 0 | 0.13 | 0.04 | 129.23 | 0.66 | 0.88 |
| Hex | CE | F5 | D4 | 10 | 0 | D | 4 | 81 | 42 | 58 |
| Octal | 316 | 365 | 324 | 20 | 0 | 15 | 4 | 201 | 102 | 130 |
| Binary | 11001110 | 11110101 | 11010100 | 10000 | 0 | 1101 | 100 | 10000001 | 1000010 | 1011000 |
Color Harmonies of #CEF5D4
Complementary color
Monochromatic Colors of #CEF5D4
Black with #CEF5D4
Text Example
Text Example
White with #CEF5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5D4; }
p { color: rgb(206,245,212); }
H1.HeaderClassName
{
color: #CEF5D4;
}
.AnyTagClassName
{
color: #CEF5D4;
}
</style>
background-color css
<style>
a { background-color: #CEF5D4; }
a { background-color: rgb(206,245,212); }
div.DivClassName
{
background-color: #CEF5D4;
}
.BgClassName
{
background-color: #CEF5D4;
}
</style>
border-color css
<style>
span { border-color: #CEF5D4; }
span { border-color: rgb(206,245,212); }
td.TdClassName
{
border-color: #CEF5D4;
}
.TagClassName
{
border-color: #CEF5D4;
}
</style>