Shades of Granny Apple #CEEAD0
Tints of Granny Apple #CEEAD0
RGB
CMYK
RGB Variations
Color information
#CEEAD0 (or 0xCEEAD0) is known color: Granny Apple. HEX triplet: CE, EA and D0. RGB value is (206,234,208). Sum of RGB (Red+Green+Blue) = 206+234+208=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEAD0 is #31152F. Grayscale: #DEDEDE. Windows color (decimal): -3216688 or 13691598. OLE color: 13691598.
HSL color Cylindrical-coordinate representation of color #CEEAD0: hue angle of 124.29º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEAD0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 208 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.08 |
| HSL | 124.29º | 0.4% | 0.86% | - |
| HSV(B) | 124.29º | 0.12% | 0.92% | - |
| XYZ | 66.26 | 76.52 | 70.95 | - |
| YUV | 222.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 208 | 0.12 | 0 | 0.11 | 0.08 | 124.29 | 0.4 | 0.86 |
| Hex | CE | EA | D0 | C | 0 | B | 8 | 7C | 28 | 56 |
| Octal | 316 | 352 | 320 | 14 | 0 | 13 | 10 | 174 | 50 | 126 |
| Binary | 11001110 | 11101010 | 11010000 | 1100 | 0 | 1011 | 1000 | 1111100 | 101000 | 1010110 |
Color Harmonies of #CEEAD0
Complementary color
Monochromatic Colors of #CEEAD0
Black with #CEEAD0
Text Example
Text Example
White with #CEEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAD0; }
p { color: rgb(206,234,208); }
H1.HeaderClassName
{
color: #CEEAD0;
}
.AnyTagClassName
{
color: #CEEAD0;
}
</style>
background-color css
<style>
a { background-color: #CEEAD0; }
a { background-color: rgb(206,234,208); }
div.DivClassName
{
background-color: #CEEAD0;
}
.BgClassName
{
background-color: #CEEAD0;
}
</style>
border-color css
<style>
span { border-color: #CEEAD0; }
span { border-color: rgb(206,234,208); }
td.TdClassName
{
border-color: #CEEAD0;
}
.TagClassName
{
border-color: #CEEAD0;
}
</style>