Shades of Granny Apple #CFE7D4
Tints of Granny Apple #CFE7D4
RGB
CMYK
RGB Variations
Color information
#CFE7D4 (or 0xCFE7D4) is known color: Granny Apple. HEX triplet: CF, E7 and D4. RGB value is (207,231,212). Sum of RGB (Red+Green+Blue) = 207+231+212=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7D4 is #30182B. Grayscale: #DDDDDD. Windows color (decimal): -3151916 or 13952975. OLE color: 13952975.
HSL color Cylindrical-coordinate representation of color #CFE7D4: hue angle of 132.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE7D4 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 231 | 212 | - |
CMYK | 0.10 | 0 | 0.08 | 0.09 |
HSL | 132.5º | 0.33% | 0.86% | - |
HSV(B) | 132.5º | 0.1% | 0.91% | - |
XYZ | 66.19 | 75.17 | 73.31 | - |
YUV | 221.66 | 122.55 | 117.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 231 | 212 | 0.10 | 0 | 0.08 | 0.09 | 132.5 | 0.33 | 0.86 |
Hex | CF | E7 | D4 | A | 0 | 8 | 9 | 84 | 21 | 56 |
Octal | 317 | 347 | 324 | 12 | 0 | 10 | 11 | 204 | 41 | 126 |
Binary | 11001111 | 11100111 | 11010100 | 1010 | 0 | 1000 | 1001 | 10000100 | 100001 | 1010110 |
Color Harmonies of #CFE7D4
Complementary color
Monochromatic Colors of #CFE7D4
Black with #CFE7D4
Text Example
Text Example
White with #CFE7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE7D4; }
p { color: rgb(207,231,212); }
H1.HeaderClassName
{
color: #CFE7D4;
}
.AnyTagClassName
{
color: #CFE7D4;
}
</style>
background-color css
<style>
a { background-color: #CFE7D4; }
a { background-color: rgb(207,231,212); }
div.DivClassName
{
background-color: #CFE7D4;
}
.BgClassName
{
background-color: #CFE7D4;
}
</style>
border-color css
<style>
span { border-color: #CFE7D4; }
span { border-color: rgb(207,231,212); }
td.TdClassName
{
border-color: #CFE7D4;
}
.TagClassName
{
border-color: #CFE7D4;
}
</style>