Shades of Granny Apple #CFEBD1
Tints of Granny Apple #CFEBD1
RGB
CMYK
RGB Variations
Color information
#CFEBD1 (or 0xCFEBD1) is known color: Granny Apple. HEX triplet: CF, EB and D1. RGB value is (207,235,209). Sum of RGB (Red+Green+Blue) = 207+235+209=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBD1 is #30142E. Grayscale: #DFDFDF. Windows color (decimal): -3150895 or 13757391. OLE color: 13757391.
HSL color Cylindrical-coordinate representation of color #CFEBD1: hue angle of 124.29º 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 #CFEBD1 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 209 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.08 |
| HSL | 124.29º | 0.41% | 0.87% | - |
| HSV(B) | 124.29º | 0.12% | 0.92% | - |
| XYZ | 66.95 | 77.29 | 71.71 | - |
| YUV | 223.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 209 | 0.12 | 0 | 0.11 | 0.08 | 124.29 | 0.41 | 0.87 |
| Hex | CF | EB | D1 | C | 0 | B | 8 | 7C | 29 | 57 |
| Octal | 317 | 353 | 321 | 14 | 0 | 13 | 10 | 174 | 51 | 127 |
| Binary | 11001111 | 11101011 | 11010001 | 1100 | 0 | 1011 | 1000 | 1111100 | 101001 | 1010111 |
Color Harmonies of #CFEBD1
Complementary color
Monochromatic Colors of #CFEBD1
Black with #CFEBD1
Text Example
Text Example
White with #CFEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBD1; }
p { color: rgb(207,235,209); }
H1.HeaderClassName
{
color: #CFEBD1;
}
.AnyTagClassName
{
color: #CFEBD1;
}
</style>
background-color css
<style>
a { background-color: #CFEBD1; }
a { background-color: rgb(207,235,209); }
div.DivClassName
{
background-color: #CFEBD1;
}
.BgClassName
{
background-color: #CFEBD1;
}
</style>
border-color css
<style>
span { border-color: #CFEBD1; }
span { border-color: rgb(207,235,209); }
td.TdClassName
{
border-color: #CFEBD1;
}
.TagClassName
{
border-color: #CFEBD1;
}
</style>