Shades of Granny Apple #CEF2D5
Tints of Granny Apple #CEF2D5
RGB
CMYK
RGB Variations
Color information
#CEF2D5 (or 0xCEF2D5) is known color: Granny Apple. HEX triplet: CE, F2 and D5. RGB value is (206,242,213). Sum of RGB (Red+Green+Blue) = 206+242+213=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2D5 is #310D2A. Grayscale: #E4E4E4. Windows color (decimal): -3214635 or 14021326. OLE color: 14021326.
HSL color Cylindrical-coordinate representation of color #CEF2D5: hue angle of 131.67º 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 #CEF2D5 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 213 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.05 |
| HSL | 131.67º | 0.58% | 0.88% | - |
| HSV(B) | 131.67º | 0.15% | 0.95% | - |
| XYZ | 69.22 | 81.43 | 75.02 | - |
| YUV | 227.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 213 | 0.15 | 0 | 0.12 | 0.05 | 131.67 | 0.58 | 0.88 |
| Hex | CE | F2 | D5 | F | 0 | C | 5 | 84 | 3A | 58 |
| Octal | 316 | 362 | 325 | 17 | 0 | 14 | 5 | 204 | 72 | 130 |
| Binary | 11001110 | 11110010 | 11010101 | 1111 | 0 | 1100 | 101 | 10000100 | 111010 | 1011000 |
Color Harmonies of #CEF2D5
Complementary color
Monochromatic Colors of #CEF2D5
Black with #CEF2D5
Text Example
Text Example
White with #CEF2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2D5; }
p { color: rgb(206,242,213); }
H1.HeaderClassName
{
color: #CEF2D5;
}
.AnyTagClassName
{
color: #CEF2D5;
}
</style>
background-color css
<style>
a { background-color: #CEF2D5; }
a { background-color: rgb(206,242,213); }
div.DivClassName
{
background-color: #CEF2D5;
}
.BgClassName
{
background-color: #CEF2D5;
}
</style>
border-color css
<style>
span { border-color: #CEF2D5; }
span { border-color: rgb(206,242,213); }
td.TdClassName
{
border-color: #CEF2D5;
}
.TagClassName
{
border-color: #CEF2D5;
}
</style>