Shades of Granny Apple #CFEFD6
Tints of Granny Apple #CFEFD6
RGB
CMYK
RGB Variations
Color information
#CFEFD6 (or 0xCFEFD6) is known color: Granny Apple. HEX triplet: CF, EF and D6. RGB value is (207,239,214). Sum of RGB (Red+Green+Blue) = 207+239+214=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD6 is #301029. Grayscale: #E2E2E2. Windows color (decimal): -3149866 or 14086095. OLE color: 14086095.
HSL color Cylindrical-coordinate representation of color #CFEFD6: hue angle of 133.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFD6 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 214 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.06 |
| HSL | 133.13º | 0.5% | 0.87% | - |
| HSV(B) | 133.13º | 0.13% | 0.94% | - |
| XYZ | 68.74 | 79.85 | 75.41 | - |
| YUV | 226.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 214 | 0.13 | 0 | 0.10 | 0.06 | 133.13 | 0.5 | 0.87 |
| Hex | CF | EF | D6 | D | 0 | A | 6 | 85 | 32 | 57 |
| Octal | 317 | 357 | 326 | 15 | 0 | 12 | 6 | 205 | 62 | 127 |
| Binary | 11001111 | 11101111 | 11010110 | 1101 | 0 | 1010 | 110 | 10000101 | 110010 | 1010111 |
Color Harmonies of #CFEFD6
Complementary color
Monochromatic Colors of #CFEFD6
Black with #CFEFD6
Text Example
Text Example
White with #CFEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFD6; }
p { color: rgb(207,239,214); }
H1.HeaderClassName
{
color: #CFEFD6;
}
.AnyTagClassName
{
color: #CFEFD6;
}
</style>
background-color css
<style>
a { background-color: #CFEFD6; }
a { background-color: rgb(207,239,214); }
div.DivClassName
{
background-color: #CFEFD6;
}
.BgClassName
{
background-color: #CFEFD6;
}
</style>
border-color css
<style>
span { border-color: #CFEFD6; }
span { border-color: rgb(207,239,214); }
td.TdClassName
{
border-color: #CFEFD6;
}
.TagClassName
{
border-color: #CFEFD6;
}
</style>