Shades of Granny Apple #CCE7CE
Tints of Granny Apple #CCE7CE
RGB
CMYK
RGB Variations
Color information
#CCE7CE (or 0xCCE7CE) is known color: Granny Apple. HEX triplet: CC, E7 and CE. RGB value is (204,231,206). Sum of RGB (Red+Green+Blue) = 204+231+206=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7CE is #331831. Grayscale: #DCDCDC. Windows color (decimal): -3348530 or 13559756. OLE color: 13559756.
HSL color Cylindrical-coordinate representation of color #CCE7CE: hue angle of 124.44º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE7CE is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 231 | 206 | - |
CMYK | 0.12 | 0 | 0.11 | 0.09 |
HSL | 124.44º | 0.36% | 0.85% | - |
HSV(B) | 124.44º | 0.12% | 0.91% | - |
XYZ | 64.62 | 74.45 | 69.36 | - |
YUV | 220.08 | 120.05 | 116.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 231 | 206 | 0.12 | 0 | 0.11 | 0.09 | 124.44 | 0.36 | 0.85 |
Hex | CC | E7 | CE | C | 0 | B | 9 | 7C | 24 | 55 |
Octal | 314 | 347 | 316 | 14 | 0 | 13 | 11 | 174 | 44 | 125 |
Binary | 11001100 | 11100111 | 11001110 | 1100 | 0 | 1011 | 1001 | 1111100 | 100100 | 1010101 |
Color Harmonies of #CCE7CE
Complementary color
Monochromatic Colors of #CCE7CE
Black with #CCE7CE
Text Example
Text Example
White with #CCE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7CE; }
p { color: rgb(204,231,206); }
H1.HeaderClassName
{
color: #CCE7CE;
}
.AnyTagClassName
{
color: #CCE7CE;
}
</style>
background-color css
<style>
a { background-color: #CCE7CE; }
a { background-color: rgb(204,231,206); }
div.DivClassName
{
background-color: #CCE7CE;
}
.BgClassName
{
background-color: #CCE7CE;
}
</style>
border-color css
<style>
span { border-color: #CCE7CE; }
span { border-color: rgb(204,231,206); }
td.TdClassName
{
border-color: #CCE7CE;
}
.TagClassName
{
border-color: #CCE7CE;
}
</style>