Shades of Granny Apple #CEEDD3
Tints of Granny Apple #CEEDD3
RGB
CMYK
RGB Variations
Color information
#CEEDD3 (or 0xCEEDD3) is known color: Granny Apple. HEX triplet: CE, ED and D3. RGB value is (206,237,211). Sum of RGB (Red+Green+Blue) = 206+237+211=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDD3 is #31122C. Grayscale: #E0E0E0. Windows color (decimal): -3215917 or 13888974. OLE color: 13888974.
HSL color Cylindrical-coordinate representation of color #CEEDD3: hue angle of 129.68º 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 #CEEDD3 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 211 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.07 |
| HSL | 129.68º | 0.46% | 0.87% | - |
| HSV(B) | 129.68º | 0.13% | 0.93% | - |
| XYZ | 67.5 | 78.39 | 73.2 | - |
| YUV | 224.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 211 | 0.13 | 0 | 0.11 | 0.07 | 129.68 | 0.46 | 0.87 |
| Hex | CE | ED | D3 | D | 0 | B | 7 | 82 | 2E | 57 |
| Octal | 316 | 355 | 323 | 15 | 0 | 13 | 7 | 202 | 56 | 127 |
| Binary | 11001110 | 11101101 | 11010011 | 1101 | 0 | 1011 | 111 | 10000010 | 101110 | 1010111 |
Color Harmonies of #CEEDD3
Complementary color
Monochromatic Colors of #CEEDD3
Black with #CEEDD3
Text Example
Text Example
White with #CEEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDD3; }
p { color: rgb(206,237,211); }
H1.HeaderClassName
{
color: #CEEDD3;
}
.AnyTagClassName
{
color: #CEEDD3;
}
</style>
background-color css
<style>
a { background-color: #CEEDD3; }
a { background-color: rgb(206,237,211); }
div.DivClassName
{
background-color: #CEEDD3;
}
.BgClassName
{
background-color: #CEEDD3;
}
</style>
border-color css
<style>
span { border-color: #CEEDD3; }
span { border-color: rgb(206,237,211); }
td.TdClassName
{
border-color: #CEEDD3;
}
.TagClassName
{
border-color: #CEEDD3;
}
</style>