Shades of Granny Apple #CFEAD2
Tints of Granny Apple #CFEAD2
RGB
CMYK
RGB Variations
Color information
#CFEAD2 (or 0xCFEAD2) is known color: Granny Apple. HEX triplet: CF, EA and D2. RGB value is (207,234,210). Sum of RGB (Red+Green+Blue) = 207+234+210=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAD2 is #30152D. Grayscale: #DFDFDF. Windows color (decimal): -3151150 or 13822671. OLE color: 13822671.
HSL color Cylindrical-coordinate representation of color #CFEAD2: hue angle of 126.67º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEAD2 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 210 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.08 |
| HSL | 126.67º | 0.39% | 0.86% | - |
| HSV(B) | 126.67º | 0.12% | 0.92% | - |
| XYZ | 66.79 | 76.76 | 72.27 | - |
| YUV | 223.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 210 | 0.12 | 0 | 0.10 | 0.08 | 126.67 | 0.39 | 0.86 |
| Hex | CF | EA | D2 | C | 0 | A | 8 | 7F | 27 | 56 |
| Octal | 317 | 352 | 322 | 14 | 0 | 12 | 10 | 177 | 47 | 126 |
| Binary | 11001111 | 11101010 | 11010010 | 1100 | 0 | 1010 | 1000 | 1111111 | 100111 | 1010110 |
Color Harmonies of #CFEAD2
Complementary color
Monochromatic Colors of #CFEAD2
Black with #CFEAD2
Text Example
Text Example
White with #CFEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAD2; }
p { color: rgb(207,234,210); }
H1.HeaderClassName
{
color: #CFEAD2;
}
.AnyTagClassName
{
color: #CFEAD2;
}
</style>
background-color css
<style>
a { background-color: #CFEAD2; }
a { background-color: rgb(207,234,210); }
div.DivClassName
{
background-color: #CFEAD2;
}
.BgClassName
{
background-color: #CFEAD2;
}
</style>
border-color css
<style>
span { border-color: #CFEAD2; }
span { border-color: rgb(207,234,210); }
td.TdClassName
{
border-color: #CFEAD2;
}
.TagClassName
{
border-color: #CFEAD2;
}
</style>