Shades of Granny Apple #CEEACF
Tints of Granny Apple #CEEACF
RGB
CMYK
RGB Variations
Color information
#CEEACF (or 0xCEEACF) is known color: Granny Apple. HEX triplet: CE, EA and CF. RGB value is (206,234,207). Sum of RGB (Red+Green+Blue) = 206+234+207=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEACF is #311530. Grayscale: #DEDEDE. Windows color (decimal): -3216689 or 13626062. OLE color: 13626062.
HSL color Cylindrical-coordinate representation of color #CEEACF: hue angle of 122.14º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEACF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 207 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.08 |
| HSL | 122.14º | 0.4% | 0.86% | - |
| HSV(B) | 122.14º | 0.12% | 0.92% | - |
| XYZ | 66.14 | 76.47 | 70.31 | - |
| YUV | 222.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 207 | 0.12 | 0 | 0.12 | 0.08 | 122.14 | 0.4 | 0.86 |
| Hex | CE | EA | CF | C | 0 | C | 8 | 7A | 28 | 56 |
| Octal | 316 | 352 | 317 | 14 | 0 | 14 | 10 | 172 | 50 | 126 |
| Binary | 11001110 | 11101010 | 11001111 | 1100 | 0 | 1100 | 1000 | 1111010 | 101000 | 1010110 |
Color Harmonies of #CEEACF
Complementary color
Monochromatic Colors of #CEEACF
Black with #CEEACF
Text Example
Text Example
White with #CEEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEACF; }
p { color: rgb(206,234,207); }
H1.HeaderClassName
{
color: #CEEACF;
}
.AnyTagClassName
{
color: #CEEACF;
}
</style>
background-color css
<style>
a { background-color: #CEEACF; }
a { background-color: rgb(206,234,207); }
div.DivClassName
{
background-color: #CEEACF;
}
.BgClassName
{
background-color: #CEEACF;
}
</style>
border-color css
<style>
span { border-color: #CEEACF; }
span { border-color: rgb(206,234,207); }
td.TdClassName
{
border-color: #CEEACF;
}
.TagClassName
{
border-color: #CEEACF;
}
</style>