Shades of Granny Apple #CEF5D2
Tints of Granny Apple #CEF5D2
RGB
CMYK
RGB Variations
Color information
#CEF5D2 (or 0xCEF5D2) is known color: Granny Apple. HEX triplet: CE, F5 and D2. RGB value is (206,245,210). Sum of RGB (Red+Green+Blue) = 206+245+210=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5D2 is #310A2D. Grayscale: #E5E5E5. Windows color (decimal): -3213870 or 13825486. OLE color: 13825486.
HSL color Cylindrical-coordinate representation of color #CEF5D2: hue angle of 126.15º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF5D2 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 210 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.04 |
| HSL | 126.15º | 0.66% | 0.88% | - |
| HSV(B) | 126.15º | 0.16% | 0.96% | - |
| XYZ | 69.74 | 83.08 | 73.33 | - |
| YUV | 229.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 210 | 0.16 | 0 | 0.14 | 0.04 | 126.15 | 0.66 | 0.88 |
| Hex | CE | F5 | D2 | 10 | 0 | E | 4 | 7E | 42 | 58 |
| Octal | 316 | 365 | 322 | 20 | 0 | 16 | 4 | 176 | 102 | 130 |
| Binary | 11001110 | 11110101 | 11010010 | 10000 | 0 | 1110 | 100 | 1111110 | 1000010 | 1011000 |
Color Harmonies of #CEF5D2
Complementary color
Monochromatic Colors of #CEF5D2
Black with #CEF5D2
Text Example
Text Example
White with #CEF5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5D2; }
p { color: rgb(206,245,210); }
H1.HeaderClassName
{
color: #CEF5D2;
}
.AnyTagClassName
{
color: #CEF5D2;
}
</style>
background-color css
<style>
a { background-color: #CEF5D2; }
a { background-color: rgb(206,245,210); }
div.DivClassName
{
background-color: #CEF5D2;
}
.BgClassName
{
background-color: #CEF5D2;
}
</style>
border-color css
<style>
span { border-color: #CEF5D2; }
span { border-color: rgb(206,245,210); }
td.TdClassName
{
border-color: #CEF5D2;
}
.TagClassName
{
border-color: #CEF5D2;
}
</style>