Shades of Granny Apple #CEECCF
Tints of Granny Apple #CEECCF
RGB
CMYK
RGB Variations
Color information
#CEECCF (or 0xCEECCF) is known color: Granny Apple. HEX triplet: CE, EC and CF. RGB value is (206,236,207). Sum of RGB (Red+Green+Blue) = 206+236+207=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECCF is #311330. Grayscale: #DFDFDF. Windows color (decimal): -3216177 or 13626574. OLE color: 13626574.
HSL color Cylindrical-coordinate representation of color #CEECCF: hue angle of 122º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEECCF is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 207 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.07 |
| HSL | 122º | 0.44% | 0.87% | - |
| HSV(B) | 122º | 0.13% | 0.93% | - |
| XYZ | 66.71 | 77.62 | 70.5 | - |
| YUV | 223.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 207 | 0.13 | 0 | 0.12 | 0.07 | 122 | 0.44 | 0.87 |
| Hex | CE | EC | CF | D | 0 | C | 7 | 7A | 2C | 57 |
| Octal | 316 | 354 | 317 | 15 | 0 | 14 | 7 | 172 | 54 | 127 |
| Binary | 11001110 | 11101100 | 11001111 | 1101 | 0 | 1100 | 111 | 1111010 | 101100 | 1010111 |
Color Harmonies of #CEECCF
Complementary color
Monochromatic Colors of #CEECCF
Black with #CEECCF
Text Example
Text Example
White with #CEECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECCF; }
p { color: rgb(206,236,207); }
H1.HeaderClassName
{
color: #CEECCF;
}
.AnyTagClassName
{
color: #CEECCF;
}
</style>
background-color css
<style>
a { background-color: #CEECCF; }
a { background-color: rgb(206,236,207); }
div.DivClassName
{
background-color: #CEECCF;
}
.BgClassName
{
background-color: #CEECCF;
}
</style>
border-color css
<style>
span { border-color: #CEECCF; }
span { border-color: rgb(206,236,207); }
td.TdClassName
{
border-color: #CEECCF;
}
.TagClassName
{
border-color: #CEECCF;
}
</style>