Shades of Granny Apple #CCFED7
Tints of Granny Apple #CCFED7
RGB
CMYK
RGB Variations
Color information
#CCFED7 (or 0xCCFED7) is known color: Granny Apple. HEX triplet: CC, FE and D7. RGB value is (204,254,215). Sum of RGB (Red+Green+Blue) = 204+254+215=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFED7 is #330128. Grayscale: #EAEAEA. Windows color (decimal): -3342633 or 14155468. OLE color: 14155468.
HSL color Cylindrical-coordinate representation of color #CCFED7: hue angle of 133.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFED7 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 215 | - |
CMYK | 0.20 | 0 | 0.15 | 0.00 |
HSL | 133.2º | 0.96% | 0.9% | - |
HSV(B) | 133.2º | 0.2% | 1% | - |
XYZ | 72.61 | 88.63 | 77.57 | - |
YUV | 234.6 | 116.94 | 106.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 215 | 0.20 | 0 | 0.15 | 0.00 | 133.2 | 0.96 | 0.9 |
Hex | CC | FE | D7 | 14 | 0 | F | 0 | 85 | 60 | 5A |
Octal | 314 | 376 | 327 | 24 | 0 | 17 | 0 | 205 | 140 | 132 |
Binary | 11001100 | 11111110 | 11010111 | 10100 | 0 | 1111 | 0 | 10000101 | 1100000 | 1011010 |
Color Harmonies of #CCFED7
Complementary color
Monochromatic Colors of #CCFED7
Black with #CCFED7
Text Example
Text Example
White with #CCFED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFED7; }
p { color: rgb(204,254,215); }
H1.HeaderClassName
{
color: #CCFED7;
}
.AnyTagClassName
{
color: #CCFED7;
}
</style>
background-color css
<style>
a { background-color: #CCFED7; }
a { background-color: rgb(204,254,215); }
div.DivClassName
{
background-color: #CCFED7;
}
.BgClassName
{
background-color: #CCFED7;
}
</style>
border-color css
<style>
span { border-color: #CCFED7; }
span { border-color: rgb(204,254,215); }
td.TdClassName
{
border-color: #CCFED7;
}
.TagClassName
{
border-color: #CCFED7;
}
</style>