Shades of Granny Apple #CEECD3
Tints of Granny Apple #CEECD3
RGB
CMYK
RGB Variations
Color information
#CEECD3 (or 0xCEECD3) is known color: Granny Apple. HEX triplet: CE, EC and D3. RGB value is (206,236,211). Sum of RGB (Red+Green+Blue) = 206+236+211=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECD3 is #31132C. Grayscale: #E0E0E0. Windows color (decimal): -3216173 or 13888718. OLE color: 13888718.
HSL color Cylindrical-coordinate representation of color #CEECD3: hue angle of 130º degrees, saturation: 0.44, 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 #CEECD3 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 211 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.07 |
| HSL | 130º | 0.44% | 0.87% | - |
| HSV(B) | 130º | 0.13% | 0.93% | - |
| XYZ | 67.21 | 77.82 | 73.11 | - |
| YUV | 224.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 211 | 0.13 | 0 | 0.11 | 0.07 | 130 | 0.44 | 0.87 |
| Hex | CE | EC | D3 | D | 0 | B | 7 | 82 | 2C | 57 |
| Octal | 316 | 354 | 323 | 15 | 0 | 13 | 7 | 202 | 54 | 127 |
| Binary | 11001110 | 11101100 | 11010011 | 1101 | 0 | 1011 | 111 | 10000010 | 101100 | 1010111 |
Color Harmonies of #CEECD3
Complementary color
Monochromatic Colors of #CEECD3
Black with #CEECD3
Text Example
Text Example
White with #CEECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECD3; }
p { color: rgb(206,236,211); }
H1.HeaderClassName
{
color: #CEECD3;
}
.AnyTagClassName
{
color: #CEECD3;
}
</style>
background-color css
<style>
a { background-color: #CEECD3; }
a { background-color: rgb(206,236,211); }
div.DivClassName
{
background-color: #CEECD3;
}
.BgClassName
{
background-color: #CEECD3;
}
</style>
border-color css
<style>
span { border-color: #CEECD3; }
span { border-color: rgb(206,236,211); }
td.TdClassName
{
border-color: #CEECD3;
}
.TagClassName
{
border-color: #CEECD3;
}
</style>