Shades of Granny Apple #CEE5D0
Tints of Granny Apple #CEE5D0
RGB
CMYK
RGB Variations
Color information
#CEE5D0 (or 0xCEE5D0) is known color: Granny Apple. HEX triplet: CE, E5 and D0. RGB value is (206,229,208). Sum of RGB (Red+Green+Blue) = 206+229+208=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5D0 is #311A2F. Grayscale: #DBDBDB. Windows color (decimal): -3217968 or 13690318. OLE color: 13690318.
HSL color Cylindrical-coordinate representation of color #CEE5D0: hue angle of 125.22º 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 #CEE5D0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 208 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.10 |
| HSL | 125.22º | 0.31% | 0.85% | - |
| HSV(B) | 125.22º | 0.1% | 0.9% | - |
| XYZ | 64.86 | 73.71 | 70.48 | - |
| YUV | 219.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 208 | 0.10 | 0 | 0.09 | 0.10 | 125.22 | 0.31 | 0.85 |
| Hex | CE | E5 | D0 | A | 0 | 9 | A | 7D | 1F | 55 |
| Octal | 316 | 345 | 320 | 12 | 0 | 11 | 12 | 175 | 37 | 125 |
| Binary | 11001110 | 11100101 | 11010000 | 1010 | 0 | 1001 | 1010 | 1111101 | 11111 | 1010101 |
Color Harmonies of #CEE5D0
Complementary color
Monochromatic Colors of #CEE5D0
Black with #CEE5D0
Text Example
Text Example
White with #CEE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5D0; }
p { color: rgb(206,229,208); }
H1.HeaderClassName
{
color: #CEE5D0;
}
.AnyTagClassName
{
color: #CEE5D0;
}
</style>
background-color css
<style>
a { background-color: #CEE5D0; }
a { background-color: rgb(206,229,208); }
div.DivClassName
{
background-color: #CEE5D0;
}
.BgClassName
{
background-color: #CEE5D0;
}
</style>
border-color css
<style>
span { border-color: #CEE5D0; }
span { border-color: rgb(206,229,208); }
td.TdClassName
{
border-color: #CEE5D0;
}
.TagClassName
{
border-color: #CEE5D0;
}
</style>