Shades of Granny Apple #CEF2D6
Tints of Granny Apple #CEF2D6
RGB
CMYK
RGB Variations
Color information
#CEF2D6 (or 0xCEF2D6) is known color: Granny Apple. HEX triplet: CE, F2 and D6. RGB value is (206,242,214). Sum of RGB (Red+Green+Blue) = 206+242+214=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2D6 is #310D29. Grayscale: #E4E4E4. Windows color (decimal): -3214634 or 14086862. OLE color: 14086862.
HSL color Cylindrical-coordinate representation of color #CEF2D6: hue angle of 133.33º 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 #CEF2D6 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 214 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.05 |
| HSL | 133.33º | 0.58% | 0.88% | - |
| HSV(B) | 133.33º | 0.15% | 0.95% | - |
| XYZ | 69.34 | 81.48 | 75.69 | - |
| YUV | 228.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 214 | 0.15 | 0 | 0.12 | 0.05 | 133.33 | 0.58 | 0.88 |
| Hex | CE | F2 | D6 | F | 0 | C | 5 | 85 | 3A | 58 |
| Octal | 316 | 362 | 326 | 17 | 0 | 14 | 5 | 205 | 72 | 130 |
| Binary | 11001110 | 11110010 | 11010110 | 1111 | 0 | 1100 | 101 | 10000101 | 111010 | 1011000 |
Color Harmonies of #CEF2D6
Complementary color
Monochromatic Colors of #CEF2D6
Black with #CEF2D6
Text Example
Text Example
White with #CEF2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2D6; }
p { color: rgb(206,242,214); }
H1.HeaderClassName
{
color: #CEF2D6;
}
.AnyTagClassName
{
color: #CEF2D6;
}
</style>
background-color css
<style>
a { background-color: #CEF2D6; }
a { background-color: rgb(206,242,214); }
div.DivClassName
{
background-color: #CEF2D6;
}
.BgClassName
{
background-color: #CEF2D6;
}
</style>
border-color css
<style>
span { border-color: #CEF2D6; }
span { border-color: rgb(206,242,214); }
td.TdClassName
{
border-color: #CEF2D6;
}
.TagClassName
{
border-color: #CEF2D6;
}
</style>