Shades of Granny Apple #CFEFD1
Tints of Granny Apple #CFEFD1
RGB
CMYK
RGB Variations
Color information
#CFEFD1 (or 0xCFEFD1) is known color: Granny Apple. HEX triplet: CF, EF and D1. RGB value is (207,239,209). Sum of RGB (Red+Green+Blue) = 207+239+209=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD1 is #30102E. Grayscale: #E2E2E2. Windows color (decimal): -3149871 or 13758415. OLE color: 13758415.
HSL color Cylindrical-coordinate representation of color #CFEFD1: hue angle of 123.75º 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 #CFEFD1 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 209 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.06 |
| HSL | 123.75º | 0.5% | 0.87% | - |
| HSV(B) | 123.75º | 0.13% | 0.94% | - |
| XYZ | 68.11 | 79.6 | 72.1 | - |
| YUV | 226.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 209 | 0.13 | 0 | 0.13 | 0.06 | 123.75 | 0.5 | 0.87 |
| Hex | CF | EF | D1 | D | 0 | D | 6 | 7C | 32 | 57 |
| Octal | 317 | 357 | 321 | 15 | 0 | 15 | 6 | 174 | 62 | 127 |
| Binary | 11001111 | 11101111 | 11010001 | 1101 | 0 | 1101 | 110 | 1111100 | 110010 | 1010111 |
Color Harmonies of #CFEFD1
Complementary color
Monochromatic Colors of #CFEFD1
Black with #CFEFD1
Text Example
Text Example
White with #CFEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFD1; }
p { color: rgb(207,239,209); }
H1.HeaderClassName
{
color: #CFEFD1;
}
.AnyTagClassName
{
color: #CFEFD1;
}
</style>
background-color css
<style>
a { background-color: #CFEFD1; }
a { background-color: rgb(207,239,209); }
div.DivClassName
{
background-color: #CFEFD1;
}
.BgClassName
{
background-color: #CFEFD1;
}
</style>
border-color css
<style>
span { border-color: #CFEFD1; }
span { border-color: rgb(207,239,209); }
td.TdClassName
{
border-color: #CFEFD1;
}
.TagClassName
{
border-color: #CFEFD1;
}
</style>