Shades of Granny Apple #CFE8D4
Tints of Granny Apple #CFE8D4
RGB
CMYK
RGB Variations
Color information
#CFE8D4 (or 0xCFE8D4) is known color: Granny Apple. HEX triplet: CF, E8 and D4. RGB value is (207,232,212). Sum of RGB (Red+Green+Blue) = 207+232+212=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8D4 is #30172B. Grayscale: #DEDEDE. Windows color (decimal): -3151660 or 13953231. OLE color: 13953231.
HSL color Cylindrical-coordinate representation of color #CFE8D4: hue angle of 132º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE8D4 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 212 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.09 |
| HSL | 132º | 0.35% | 0.86% | - |
| HSV(B) | 132º | 0.11% | 0.91% | - |
| XYZ | 66.47 | 75.73 | 73.4 | - |
| YUV | 222.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 212 | 0.11 | 0 | 0.09 | 0.09 | 132 | 0.35 | 0.86 |
| Hex | CF | E8 | D4 | B | 0 | 9 | 9 | 84 | 23 | 56 |
| Octal | 317 | 350 | 324 | 13 | 0 | 11 | 11 | 204 | 43 | 126 |
| Binary | 11001111 | 11101000 | 11010100 | 1011 | 0 | 1001 | 1001 | 10000100 | 100011 | 1010110 |
Color Harmonies of #CFE8D4
Complementary color
Monochromatic Colors of #CFE8D4
Black with #CFE8D4
Text Example
Text Example
White with #CFE8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8D4; }
p { color: rgb(207,232,212); }
H1.HeaderClassName
{
color: #CFE8D4;
}
.AnyTagClassName
{
color: #CFE8D4;
}
</style>
background-color css
<style>
a { background-color: #CFE8D4; }
a { background-color: rgb(207,232,212); }
div.DivClassName
{
background-color: #CFE8D4;
}
.BgClassName
{
background-color: #CFE8D4;
}
</style>
border-color css
<style>
span { border-color: #CFE8D4; }
span { border-color: rgb(207,232,212); }
td.TdClassName
{
border-color: #CFE8D4;
}
.TagClassName
{
border-color: #CFE8D4;
}
</style>