Shades of Granny Apple #CFECD4
Tints of Granny Apple #CFECD4
RGB
CMYK
RGB Variations
Color information
#CFECD4 (or 0xCFECD4) is known color: Granny Apple. HEX triplet: CF, EC and D4. RGB value is (207,236,212). Sum of RGB (Red+Green+Blue) = 207+236+212=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECD4 is #30132B. Grayscale: #E0E0E0. Windows color (decimal): -3150636 or 13954255. OLE color: 13954255.
HSL color Cylindrical-coordinate representation of color #CFECD4: hue angle of 130.34º 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 #CFECD4 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 212 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.07 |
| HSL | 130.34º | 0.43% | 0.87% | - |
| HSV(B) | 130.34º | 0.12% | 0.93% | - |
| XYZ | 67.61 | 78.01 | 73.78 | - |
| YUV | 224.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 212 | 0.12 | 0 | 0.10 | 0.07 | 130.34 | 0.43 | 0.87 |
| Hex | CF | EC | D4 | C | 0 | A | 7 | 82 | 2B | 57 |
| Octal | 317 | 354 | 324 | 14 | 0 | 12 | 7 | 202 | 53 | 127 |
| Binary | 11001111 | 11101100 | 11010100 | 1100 | 0 | 1010 | 111 | 10000010 | 101011 | 1010111 |
Color Harmonies of #CFECD4
Complementary color
Monochromatic Colors of #CFECD4
Black with #CFECD4
Text Example
Text Example
White with #CFECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECD4; }
p { color: rgb(207,236,212); }
H1.HeaderClassName
{
color: #CFECD4;
}
.AnyTagClassName
{
color: #CFECD4;
}
</style>
background-color css
<style>
a { background-color: #CFECD4; }
a { background-color: rgb(207,236,212); }
div.DivClassName
{
background-color: #CFECD4;
}
.BgClassName
{
background-color: #CFECD4;
}
</style>
border-color css
<style>
span { border-color: #CFECD4; }
span { border-color: rgb(207,236,212); }
td.TdClassName
{
border-color: #CFECD4;
}
.TagClassName
{
border-color: #CFECD4;
}
</style>