Shades of Granny Apple #CFEFD3
Tints of Granny Apple #CFEFD3
RGB
CMYK
RGB Variations
Color information
#CFEFD3 (or 0xCFEFD3) is known color: Granny Apple. HEX triplet: CF, EF and D3. RGB value is (207,239,211). Sum of RGB (Red+Green+Blue) = 207+239+211=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD3 is #30102C. Grayscale: #E2E2E2. Windows color (decimal): -3149869 or 13889487. OLE color: 13889487.
HSL color Cylindrical-coordinate representation of color #CFEFD3: hue angle of 127.5º 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 #CFEFD3 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 211 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.06 |
| HSL | 127.5º | 0.5% | 0.87% | - |
| HSV(B) | 127.5º | 0.13% | 0.94% | - |
| XYZ | 68.36 | 79.7 | 73.41 | - |
| YUV | 226.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 211 | 0.13 | 0 | 0.12 | 0.06 | 127.5 | 0.5 | 0.87 |
| Hex | CF | EF | D3 | D | 0 | C | 6 | 80 | 32 | 57 |
| Octal | 317 | 357 | 323 | 15 | 0 | 14 | 6 | 200 | 62 | 127 |
| Binary | 11001111 | 11101111 | 11010011 | 1101 | 0 | 1100 | 110 | 10000000 | 110010 | 1010111 |
Color Harmonies of #CFEFD3
Complementary color
Monochromatic Colors of #CFEFD3
Black with #CFEFD3
Text Example
Text Example
White with #CFEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFD3; }
p { color: rgb(207,239,211); }
H1.HeaderClassName
{
color: #CFEFD3;
}
.AnyTagClassName
{
color: #CFEFD3;
}
</style>
background-color css
<style>
a { background-color: #CFEFD3; }
a { background-color: rgb(207,239,211); }
div.DivClassName
{
background-color: #CFEFD3;
}
.BgClassName
{
background-color: #CFEFD3;
}
</style>
border-color css
<style>
span { border-color: #CFEFD3; }
span { border-color: rgb(207,239,211); }
td.TdClassName
{
border-color: #CFEFD3;
}
.TagClassName
{
border-color: #CFEFD3;
}
</style>