Shades of Granny Apple #CEE0CF
Tints of Granny Apple #CEE0CF
RGB
CMYK
RGB Variations
Color information
#CEE0CF (or 0xCEE0CF) is known color: Granny Apple. HEX triplet: CE, E0 and CF. RGB value is (206,224,207). Sum of RGB (Red+Green+Blue) = 206+224+207=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0CF is #311F30. Grayscale: #D8D8D8. Windows color (decimal): -3219249 or 13623502. OLE color: 13623502.
HSL color Cylindrical-coordinate representation of color #CEE0CF: hue angle of 123.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE0CF is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 207 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 123.33º | 0.23% | 0.84% | - |
| HSV(B) | 123.33º | 0.08% | 0.88% | - |
| XYZ | 63.37 | 70.94 | 69.38 | - |
| YUV | 216.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 207 | 0.08 | 0 | 0.08 | 0.12 | 123.33 | 0.23 | 0.84 |
| Hex | CE | E0 | CF | 8 | 0 | 8 | C | 7B | 16 | 54 |
| Octal | 316 | 340 | 317 | 10 | 0 | 10 | 14 | 173 | 26 | 124 |
| Binary | 11001110 | 11100000 | 11001111 | 1000 | 0 | 1000 | 1100 | 1111011 | 10110 | 1010100 |
Color Harmonies of #CEE0CF
Complementary color
Monochromatic Colors of #CEE0CF
Black with #CEE0CF
Text Example
Text Example
White with #CEE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE0CF; }
p { color: rgb(206,224,207); }
H1.HeaderClassName
{
color: #CEE0CF;
}
.AnyTagClassName
{
color: #CEE0CF;
}
</style>
background-color css
<style>
a { background-color: #CEE0CF; }
a { background-color: rgb(206,224,207); }
div.DivClassName
{
background-color: #CEE0CF;
}
.BgClassName
{
background-color: #CEE0CF;
}
</style>
border-color css
<style>
span { border-color: #CEE0CF; }
span { border-color: rgb(206,224,207); }
td.TdClassName
{
border-color: #CEE0CF;
}
.TagClassName
{
border-color: #CEE0CF;
}
</style>