Shades of Granny Apple #CEEED2
Tints of Granny Apple #CEEED2
RGB
CMYK
RGB Variations
Color information
#CEEED2 (or 0xCEEED2) is known color: Granny Apple. HEX triplet: CE, EE and D2. RGB value is (206,238,210). Sum of RGB (Red+Green+Blue) = 206+238+210=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEED2 is #31112D. Grayscale: #E1E1E1. Windows color (decimal): -3215662 or 13823694. OLE color: 13823694.
HSL color Cylindrical-coordinate representation of color #CEEED2: hue angle of 127.5º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEED2 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 210 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.07 |
| HSL | 127.5º | 0.48% | 0.87% | - |
| HSV(B) | 127.5º | 0.13% | 0.93% | - |
| XYZ | 67.66 | 78.92 | 72.64 | - |
| YUV | 225.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 210 | 0.13 | 0 | 0.12 | 0.07 | 127.5 | 0.48 | 0.87 |
| Hex | CE | EE | D2 | D | 0 | C | 7 | 80 | 30 | 57 |
| Octal | 316 | 356 | 322 | 15 | 0 | 14 | 7 | 200 | 60 | 127 |
| Binary | 11001110 | 11101110 | 11010010 | 1101 | 0 | 1100 | 111 | 10000000 | 110000 | 1010111 |
Color Harmonies of #CEEED2
Complementary color
Monochromatic Colors of #CEEED2
Black with #CEEED2
Text Example
Text Example
White with #CEEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEED2; }
p { color: rgb(206,238,210); }
H1.HeaderClassName
{
color: #CEEED2;
}
.AnyTagClassName
{
color: #CEEED2;
}
</style>
background-color css
<style>
a { background-color: #CEEED2; }
a { background-color: rgb(206,238,210); }
div.DivClassName
{
background-color: #CEEED2;
}
.BgClassName
{
background-color: #CEEED2;
}
</style>
border-color css
<style>
span { border-color: #CEEED2; }
span { border-color: rgb(206,238,210); }
td.TdClassName
{
border-color: #CEEED2;
}
.TagClassName
{
border-color: #CEEED2;
}
</style>