Shades of Granny Apple #CEF8D5
Tints of Granny Apple #CEF8D5
RGB
CMYK
RGB Variations
Color information
#CEF8D5 (or 0xCEF8D5) is known color: Granny Apple. HEX triplet: CE, F8 and D5. RGB value is (206,248,213). Sum of RGB (Red+Green+Blue) = 206+248+213=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8D5 is #31072A. Grayscale: #E7E7E7. Windows color (decimal): -3213099 or 14022862. OLE color: 14022862.
HSL color Cylindrical-coordinate representation of color #CEF8D5: hue angle of 130º degrees, saturation: 0.75, 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 #CEF8D5 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 213 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.03 |
| HSL | 130º | 0.75% | 0.89% | - |
| HSV(B) | 130º | 0.17% | 0.97% | - |
| XYZ | 71.03 | 85.06 | 75.63 | - |
| YUV | 231.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 213 | 0.17 | 0 | 0.14 | 0.03 | 130 | 0.75 | 0.89 |
| Hex | CE | F8 | D5 | 11 | 0 | E | 3 | 82 | 4B | 59 |
| Octal | 316 | 370 | 325 | 21 | 0 | 16 | 3 | 202 | 113 | 131 |
| Binary | 11001110 | 11111000 | 11010101 | 10001 | 0 | 1110 | 11 | 10000010 | 1001011 | 1011001 |
Color Harmonies of #CEF8D5
Complementary color
Monochromatic Colors of #CEF8D5
Black with #CEF8D5
Text Example
Text Example
White with #CEF8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8D5; }
p { color: rgb(206,248,213); }
H1.HeaderClassName
{
color: #CEF8D5;
}
.AnyTagClassName
{
color: #CEF8D5;
}
</style>
background-color css
<style>
a { background-color: #CEF8D5; }
a { background-color: rgb(206,248,213); }
div.DivClassName
{
background-color: #CEF8D5;
}
.BgClassName
{
background-color: #CEF8D5;
}
</style>
border-color css
<style>
span { border-color: #CEF8D5; }
span { border-color: rgb(206,248,213); }
td.TdClassName
{
border-color: #CEF8D5;
}
.TagClassName
{
border-color: #CEF8D5;
}
</style>