Shades of Granny Apple #CEE3CF
Tints of Granny Apple #CEE3CF
RGB
CMYK
RGB Variations
Color information
#CEE3CF (or 0xCEE3CF) is known color: Granny Apple. HEX triplet: CE, E3 and CF. RGB value is (206,227,207). Sum of RGB (Red+Green+Blue) = 206+227+207=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE3CF is #311C30. Grayscale: #DADADA. Windows color (decimal): -3218481 or 13624270. OLE color: 13624270.
HSL color Cylindrical-coordinate representation of color #CEE3CF: hue angle of 122.86º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEE3CF is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 207 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.11 |
| HSL | 122.86º | 0.27% | 0.85% | - |
| HSV(B) | 122.86º | 0.09% | 0.89% | - |
| XYZ | 64.19 | 72.56 | 69.66 | - |
| YUV | 218.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 207 | 0.09 | 0 | 0.09 | 0.11 | 122.86 | 0.27 | 0.85 |
| Hex | CE | E3 | CF | 9 | 0 | 9 | B | 7B | 1B | 55 |
| Octal | 316 | 343 | 317 | 11 | 0 | 11 | 13 | 173 | 33 | 125 |
| Binary | 11001110 | 11100011 | 11001111 | 1001 | 0 | 1001 | 1011 | 1111011 | 11011 | 1010101 |
Color Harmonies of #CEE3CF
Complementary color
Monochromatic Colors of #CEE3CF
Black with #CEE3CF
Text Example
Text Example
White with #CEE3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE3CF; }
p { color: rgb(206,227,207); }
H1.HeaderClassName
{
color: #CEE3CF;
}
.AnyTagClassName
{
color: #CEE3CF;
}
</style>
background-color css
<style>
a { background-color: #CEE3CF; }
a { background-color: rgb(206,227,207); }
div.DivClassName
{
background-color: #CEE3CF;
}
.BgClassName
{
background-color: #CEE3CF;
}
</style>
border-color css
<style>
span { border-color: #CEE3CF; }
span { border-color: rgb(206,227,207); }
td.TdClassName
{
border-color: #CEE3CF;
}
.TagClassName
{
border-color: #CEE3CF;
}
</style>