Shades of Granny Apple #CFECD5
Tints of Granny Apple #CFECD5
RGB
CMYK
RGB Variations
Color information
#CFECD5 (or 0xCFECD5) is known color: Granny Apple. HEX triplet: CF, EC and D5. RGB value is (207,236,213). Sum of RGB (Red+Green+Blue) = 207+236+213=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECD5 is #30132A. Grayscale: #E0E0E0. Windows color (decimal): -3150635 or 14019791. OLE color: 14019791.
HSL color Cylindrical-coordinate representation of color #CFECD5: hue angle of 132.41º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFECD5 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 213 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.07 |
| HSL | 132.41º | 0.43% | 0.87% | - |
| HSV(B) | 132.41º | 0.12% | 0.93% | - |
| XYZ | 67.74 | 78.06 | 74.45 | - |
| YUV | 224.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 213 | 0.12 | 0 | 0.10 | 0.07 | 132.41 | 0.43 | 0.87 |
| Hex | CF | EC | D5 | C | 0 | A | 7 | 84 | 2B | 57 |
| Octal | 317 | 354 | 325 | 14 | 0 | 12 | 7 | 204 | 53 | 127 |
| Binary | 11001111 | 11101100 | 11010101 | 1100 | 0 | 1010 | 111 | 10000100 | 101011 | 1010111 |
Color Harmonies of #CFECD5
Complementary color
Monochromatic Colors of #CFECD5
Black with #CFECD5
Text Example
Text Example
White with #CFECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECD5; }
p { color: rgb(207,236,213); }
H1.HeaderClassName
{
color: #CFECD5;
}
.AnyTagClassName
{
color: #CFECD5;
}
</style>
background-color css
<style>
a { background-color: #CFECD5; }
a { background-color: rgb(207,236,213); }
div.DivClassName
{
background-color: #CFECD5;
}
.BgClassName
{
background-color: #CFECD5;
}
</style>
border-color css
<style>
span { border-color: #CFECD5; }
span { border-color: rgb(207,236,213); }
td.TdClassName
{
border-color: #CFECD5;
}
.TagClassName
{
border-color: #CFECD5;
}
</style>