Shades of Granny Apple #CEE8D4
Tints of Granny Apple #CEE8D4
RGB
CMYK
RGB Variations
Color information
#CEE8D4 (or 0xCEE8D4) is known color: Granny Apple. HEX triplet: CE, E8 and D4. RGB value is (206,232,212). Sum of RGB (Red+Green+Blue) = 206+232+212=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8D4 is #31172B. Grayscale: #DEDEDE. Windows color (decimal): -3217196 or 13953230. OLE color: 13953230.
HSL color Cylindrical-coordinate representation of color #CEE8D4: hue angle of 133.85º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE8D4 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 212 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.09 |
| HSL | 133.85º | 0.36% | 0.86% | - |
| HSV(B) | 133.85º | 0.11% | 0.91% | - |
| XYZ | 66.19 | 75.59 | 73.39 | - |
| YUV | 221.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 212 | 0.11 | 0 | 0.09 | 0.09 | 133.85 | 0.36 | 0.86 |
| Hex | CE | E8 | D4 | B | 0 | 9 | 9 | 86 | 24 | 56 |
| Octal | 316 | 350 | 324 | 13 | 0 | 11 | 11 | 206 | 44 | 126 |
| Binary | 11001110 | 11101000 | 11010100 | 1011 | 0 | 1001 | 1001 | 10000110 | 100100 | 1010110 |
Color Harmonies of #CEE8D4
Complementary color
Monochromatic Colors of #CEE8D4
Black with #CEE8D4
Text Example
Text Example
White with #CEE8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8D4; }
p { color: rgb(206,232,212); }
H1.HeaderClassName
{
color: #CEE8D4;
}
.AnyTagClassName
{
color: #CEE8D4;
}
</style>
background-color css
<style>
a { background-color: #CEE8D4; }
a { background-color: rgb(206,232,212); }
div.DivClassName
{
background-color: #CEE8D4;
}
.BgClassName
{
background-color: #CEE8D4;
}
</style>
border-color css
<style>
span { border-color: #CEE8D4; }
span { border-color: rgb(206,232,212); }
td.TdClassName
{
border-color: #CEE8D4;
}
.TagClassName
{
border-color: #CEE8D4;
}
</style>