Shades of Granny Apple #CEF7D5
Tints of Granny Apple #CEF7D5
RGB
CMYK
RGB Variations
Color information
#CEF7D5 (or 0xCEF7D5) is known color: Granny Apple. HEX triplet: CE, F7 and D5. RGB value is (206,247,213). Sum of RGB (Red+Green+Blue) = 206+247+213=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF7D5 is #31082A. Grayscale: #E6E6E6. Windows color (decimal): -3213355 or 14022606. OLE color: 14022606.
HSL color Cylindrical-coordinate representation of color #CEF7D5: hue angle of 130.24º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF7D5 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 213 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.03 |
| HSL | 130.24º | 0.72% | 0.89% | - |
| HSV(B) | 130.24º | 0.17% | 0.97% | - |
| XYZ | 70.72 | 84.45 | 75.52 | - |
| YUV | 230.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 213 | 0.17 | 0 | 0.14 | 0.03 | 130.24 | 0.72 | 0.89 |
| Hex | CE | F7 | D5 | 11 | 0 | E | 3 | 82 | 48 | 59 |
| Octal | 316 | 367 | 325 | 21 | 0 | 16 | 3 | 202 | 110 | 131 |
| Binary | 11001110 | 11110111 | 11010101 | 10001 | 0 | 1110 | 11 | 10000010 | 1001000 | 1011001 |
Color Harmonies of #CEF7D5
Complementary color
Monochromatic Colors of #CEF7D5
Black with #CEF7D5
Text Example
Text Example
White with #CEF7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF7D5; }
p { color: rgb(206,247,213); }
H1.HeaderClassName
{
color: #CEF7D5;
}
.AnyTagClassName
{
color: #CEF7D5;
}
</style>
background-color css
<style>
a { background-color: #CEF7D5; }
a { background-color: rgb(206,247,213); }
div.DivClassName
{
background-color: #CEF7D5;
}
.BgClassName
{
background-color: #CEF7D5;
}
</style>
border-color css
<style>
span { border-color: #CEF7D5; }
span { border-color: rgb(206,247,213); }
td.TdClassName
{
border-color: #CEF7D5;
}
.TagClassName
{
border-color: #CEF7D5;
}
</style>