Shades of Granny Apple #CFEBD4
Tints of Granny Apple #CFEBD4
RGB
CMYK
RGB Variations
Color information
#CFEBD4 (or 0xCFEBD4) is known color: Granny Apple. HEX triplet: CF, EB and D4. RGB value is (207,235,212). Sum of RGB (Red+Green+Blue) = 207+235+212=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBD4 is #30142B. Grayscale: #E0E0E0. Windows color (decimal): -3150892 or 13953999. OLE color: 13953999.
HSL color Cylindrical-coordinate representation of color #CFEBD4: hue angle of 130.71º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBD4 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 212 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.08 |
| HSL | 130.71º | 0.41% | 0.87% | - |
| HSV(B) | 130.71º | 0.12% | 0.92% | - |
| XYZ | 67.32 | 77.44 | 73.69 | - |
| YUV | 224.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 212 | 0.12 | 0 | 0.10 | 0.08 | 130.71 | 0.41 | 0.87 |
| Hex | CF | EB | D4 | C | 0 | A | 8 | 83 | 29 | 57 |
| Octal | 317 | 353 | 324 | 14 | 0 | 12 | 10 | 203 | 51 | 127 |
| Binary | 11001111 | 11101011 | 11010100 | 1100 | 0 | 1010 | 1000 | 10000011 | 101001 | 1010111 |
Color Harmonies of #CFEBD4
Complementary color
Monochromatic Colors of #CFEBD4
Black with #CFEBD4
Text Example
Text Example
White with #CFEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBD4; }
p { color: rgb(207,235,212); }
H1.HeaderClassName
{
color: #CFEBD4;
}
.AnyTagClassName
{
color: #CFEBD4;
}
</style>
background-color css
<style>
a { background-color: #CFEBD4; }
a { background-color: rgb(207,235,212); }
div.DivClassName
{
background-color: #CFEBD4;
}
.BgClassName
{
background-color: #CFEBD4;
}
</style>
border-color css
<style>
span { border-color: #CFEBD4; }
span { border-color: rgb(207,235,212); }
td.TdClassName
{
border-color: #CFEBD4;
}
.TagClassName
{
border-color: #CFEBD4;
}
</style>