Shades of Granny Apple #CEE5D5
Tints of Granny Apple #CEE5D5
RGB
CMYK
RGB Variations
Color information
#CEE5D5 (or 0xCEE5D5) is known color: Granny Apple. HEX triplet: CE, E5 and D5. RGB value is (206,229,213). Sum of RGB (Red+Green+Blue) = 206+229+213=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5D5 is #311A2A. Grayscale: #DCDCDC. Windows color (decimal): -3217963 or 14017998. OLE color: 14017998.
HSL color Cylindrical-coordinate representation of color #CEE5D5: hue angle of 138.26º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE5D5 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 213 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.10 |
| HSL | 138.26º | 0.31% | 0.85% | - |
| HSV(B) | 138.26º | 0.1% | 0.9% | - |
| XYZ | 65.48 | 73.96 | 73.78 | - |
| YUV | 220.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 213 | 0.10 | 0 | 0.07 | 0.10 | 138.26 | 0.31 | 0.85 |
| Hex | CE | E5 | D5 | A | 0 | 7 | A | 8A | 1F | 55 |
| Octal | 316 | 345 | 325 | 12 | 0 | 7 | 12 | 212 | 37 | 125 |
| Binary | 11001110 | 11100101 | 11010101 | 1010 | 0 | 111 | 1010 | 10001010 | 11111 | 1010101 |
Color Harmonies of #CEE5D5
Complementary color
Monochromatic Colors of #CEE5D5
Black with #CEE5D5
Text Example
Text Example
White with #CEE5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5D5; }
p { color: rgb(206,229,213); }
H1.HeaderClassName
{
color: #CEE5D5;
}
.AnyTagClassName
{
color: #CEE5D5;
}
</style>
background-color css
<style>
a { background-color: #CEE5D5; }
a { background-color: rgb(206,229,213); }
div.DivClassName
{
background-color: #CEE5D5;
}
.BgClassName
{
background-color: #CEE5D5;
}
</style>
border-color css
<style>
span { border-color: #CEE5D5; }
span { border-color: rgb(206,229,213); }
td.TdClassName
{
border-color: #CEE5D5;
}
.TagClassName
{
border-color: #CEE5D5;
}
</style>