Shades of Granny Apple #CEF9D5
Tints of Granny Apple #CEF9D5
RGB
CMYK
RGB Variations
Color information
#CEF9D5 (or 0xCEF9D5) is known color: Granny Apple. HEX triplet: CE, F9 and D5. RGB value is (206,249,213). Sum of RGB (Red+Green+Blue) = 206+249+213=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9D5 is #31062A. Grayscale: #E8E8E8. Windows color (decimal): -3212843 or 14023118. OLE color: 14023118.
HSL color Cylindrical-coordinate representation of color #CEF9D5: hue angle of 129.77º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF9D5 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 213 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.02 |
| HSL | 129.77º | 0.78% | 0.89% | - |
| HSV(B) | 129.77º | 0.17% | 0.98% | - |
| XYZ | 71.34 | 85.68 | 75.73 | - |
| YUV | 232.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 213 | 0.17 | 0 | 0.14 | 0.02 | 129.77 | 0.78 | 0.89 |
| Hex | CE | F9 | D5 | 11 | 0 | E | 2 | 82 | 4E | 59 |
| Octal | 316 | 371 | 325 | 21 | 0 | 16 | 2 | 202 | 116 | 131 |
| Binary | 11001110 | 11111001 | 11010101 | 10001 | 0 | 1110 | 10 | 10000010 | 1001110 | 1011001 |
Color Harmonies of #CEF9D5
Complementary color
Monochromatic Colors of #CEF9D5
Black with #CEF9D5
Text Example
Text Example
White with #CEF9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF9D5; }
p { color: rgb(206,249,213); }
H1.HeaderClassName
{
color: #CEF9D5;
}
.AnyTagClassName
{
color: #CEF9D5;
}
</style>
background-color css
<style>
a { background-color: #CEF9D5; }
a { background-color: rgb(206,249,213); }
div.DivClassName
{
background-color: #CEF9D5;
}
.BgClassName
{
background-color: #CEF9D5;
}
</style>
border-color css
<style>
span { border-color: #CEF9D5; }
span { border-color: rgb(206,249,213); }
td.TdClassName
{
border-color: #CEF9D5;
}
.TagClassName
{
border-color: #CEF9D5;
}
</style>