Shades of Granny Apple #CEEDD2
Tints of Granny Apple #CEEDD2
RGB
CMYK
RGB Variations
Color information
#CEEDD2 (or 0xCEEDD2) is known color: Granny Apple. HEX triplet: CE, ED and D2. RGB value is (206,237,210). Sum of RGB (Red+Green+Blue) = 206+237+210=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDD2 is #31122D. Grayscale: #E0E0E0. Windows color (decimal): -3215918 or 13823438. OLE color: 13823438.
HSL color Cylindrical-coordinate representation of color #CEEDD2: hue angle of 127.74º degrees, saturation: 0.46, 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 #CEEDD2 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 210 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.07 |
| HSL | 127.74º | 0.46% | 0.87% | - |
| HSV(B) | 127.74º | 0.13% | 0.93% | - |
| XYZ | 67.37 | 78.34 | 72.54 | - |
| YUV | 224.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 210 | 0.13 | 0 | 0.11 | 0.07 | 127.74 | 0.46 | 0.87 |
| Hex | CE | ED | D2 | D | 0 | B | 7 | 80 | 2E | 57 |
| Octal | 316 | 355 | 322 | 15 | 0 | 13 | 7 | 200 | 56 | 127 |
| Binary | 11001110 | 11101101 | 11010010 | 1101 | 0 | 1011 | 111 | 10000000 | 101110 | 1010111 |
Color Harmonies of #CEEDD2
Complementary color
Monochromatic Colors of #CEEDD2
Black with #CEEDD2
Text Example
Text Example
White with #CEEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDD2; }
p { color: rgb(206,237,210); }
H1.HeaderClassName
{
color: #CEEDD2;
}
.AnyTagClassName
{
color: #CEEDD2;
}
</style>
background-color css
<style>
a { background-color: #CEEDD2; }
a { background-color: rgb(206,237,210); }
div.DivClassName
{
background-color: #CEEDD2;
}
.BgClassName
{
background-color: #CEEDD2;
}
</style>
border-color css
<style>
span { border-color: #CEEDD2; }
span { border-color: rgb(206,237,210); }
td.TdClassName
{
border-color: #CEEDD2;
}
.TagClassName
{
border-color: #CEEDD2;
}
</style>