Shades of Granny Apple #CCF9CE
Tints of Granny Apple #CCF9CE
RGB
CMYK
RGB Variations
Color information
#CCF9CE (or 0xCCF9CE) is known color: Granny Apple. HEX triplet: CC, F9 and CE. RGB value is (204,249,206). Sum of RGB (Red+Green+Blue) = 204+249+206=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9CE is #330631. Grayscale: #E6E6E6. Windows color (decimal): -3343922 or 13564364. OLE color: 13564364.
HSL color Cylindrical-coordinate representation of color #CCF9CE: hue angle of 122.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9CE is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 249 | 206 | - |
CMYK | 0.18 | 0 | 0.17 | 0.02 |
HSL | 122.67º | 0.79% | 0.89% | - |
HSV(B) | 122.67º | 0.18% | 0.98% | - |
XYZ | 69.92 | 85.04 | 71.12 | - |
YUV | 230.64 | 114.09 | 109 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 249 | 206 | 0.18 | 0 | 0.17 | 0.02 | 122.67 | 0.79 | 0.89 |
Hex | CC | F9 | CE | 12 | 0 | 11 | 2 | 7B | 4F | 59 |
Octal | 314 | 371 | 316 | 22 | 0 | 21 | 2 | 173 | 117 | 131 |
Binary | 11001100 | 11111001 | 11001110 | 10010 | 0 | 10001 | 10 | 1111011 | 1001111 | 1011001 |
Color Harmonies of #CCF9CE
Complementary color
Monochromatic Colors of #CCF9CE
Black with #CCF9CE
Text Example
Text Example
White with #CCF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9CE; }
p { color: rgb(204,249,206); }
H1.HeaderClassName
{
color: #CCF9CE;
}
.AnyTagClassName
{
color: #CCF9CE;
}
</style>
background-color css
<style>
a { background-color: #CCF9CE; }
a { background-color: rgb(204,249,206); }
div.DivClassName
{
background-color: #CCF9CE;
}
.BgClassName
{
background-color: #CCF9CE;
}
</style>
border-color css
<style>
span { border-color: #CCF9CE; }
span { border-color: rgb(204,249,206); }
td.TdClassName
{
border-color: #CCF9CE;
}
.TagClassName
{
border-color: #CCF9CE;
}
</style>