Shades of Granny Apple #CEE1CF
Tints of Granny Apple #CEE1CF
RGB
CMYK
RGB Variations
Color information
#CEE1CF (or 0xCEE1CF) is known color: Granny Apple. HEX triplet: CE, E1 and CF. RGB value is (206,225,207). Sum of RGB (Red+Green+Blue) = 206+225+207=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1CF is #311E30. Grayscale: #D9D9D9. Windows color (decimal): -3218993 or 13623758. OLE color: 13623758.
HSL color Cylindrical-coordinate representation of color #CEE1CF: hue angle of 123.16º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE1CF is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 207 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 123.16º | 0.24% | 0.85% | - |
| HSV(B) | 123.16º | 0.08% | 0.88% | - |
| XYZ | 63.64 | 71.48 | 69.47 | - |
| YUV | 217.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 207 | 0.08 | 0 | 0.08 | 0.12 | 123.16 | 0.24 | 0.85 |
| Hex | CE | E1 | CF | 8 | 0 | 8 | C | 7B | 18 | 55 |
| Octal | 316 | 341 | 317 | 10 | 0 | 10 | 14 | 173 | 30 | 125 |
| Binary | 11001110 | 11100001 | 11001111 | 1000 | 0 | 1000 | 1100 | 1111011 | 11000 | 1010101 |
Color Harmonies of #CEE1CF
Complementary color
Monochromatic Colors of #CEE1CF
Black with #CEE1CF
Text Example
Text Example
White with #CEE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1CF; }
p { color: rgb(206,225,207); }
H1.HeaderClassName
{
color: #CEE1CF;
}
.AnyTagClassName
{
color: #CEE1CF;
}
</style>
background-color css
<style>
a { background-color: #CEE1CF; }
a { background-color: rgb(206,225,207); }
div.DivClassName
{
background-color: #CEE1CF;
}
.BgClassName
{
background-color: #CEE1CF;
}
</style>
border-color css
<style>
span { border-color: #CEE1CF; }
span { border-color: rgb(206,225,207); }
td.TdClassName
{
border-color: #CEE1CF;
}
.TagClassName
{
border-color: #CEE1CF;
}
</style>