Shades of Granny Apple #CEEFD0
Tints of Granny Apple #CEEFD0
RGB
CMYK
RGB Variations
Color information
#CEEFD0 (or 0xCEEFD0) is known color: Granny Apple. HEX triplet: CE, EF and D0. RGB value is (206,239,208). Sum of RGB (Red+Green+Blue) = 206+239+208=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFD0 is #31102F. Grayscale: #E1E1E1. Windows color (decimal): -3215408 or 13692878. OLE color: 13692878.
HSL color Cylindrical-coordinate representation of color #CEEFD0: hue angle of 123.64º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEFD0 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 208 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.06 |
| HSL | 123.64º | 0.51% | 0.87% | - |
| HSV(B) | 123.64º | 0.14% | 0.94% | - |
| XYZ | 67.71 | 79.41 | 71.43 | - |
| YUV | 225.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 208 | 0.14 | 0 | 0.13 | 0.06 | 123.64 | 0.51 | 0.87 |
| Hex | CE | EF | D0 | E | 0 | D | 6 | 7C | 33 | 57 |
| Octal | 316 | 357 | 320 | 16 | 0 | 15 | 6 | 174 | 63 | 127 |
| Binary | 11001110 | 11101111 | 11010000 | 1110 | 0 | 1101 | 110 | 1111100 | 110011 | 1010111 |
Color Harmonies of #CEEFD0
Complementary color
Monochromatic Colors of #CEEFD0
Black with #CEEFD0
Text Example
Text Example
White with #CEEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEFD0; }
p { color: rgb(206,239,208); }
H1.HeaderClassName
{
color: #CEEFD0;
}
.AnyTagClassName
{
color: #CEEFD0;
}
</style>
background-color css
<style>
a { background-color: #CEEFD0; }
a { background-color: rgb(206,239,208); }
div.DivClassName
{
background-color: #CEEFD0;
}
.BgClassName
{
background-color: #CEEFD0;
}
</style>
border-color css
<style>
span { border-color: #CEEFD0; }
span { border-color: rgb(206,239,208); }
td.TdClassName
{
border-color: #CEEFD0;
}
.TagClassName
{
border-color: #CEEFD0;
}
</style>