Shades of Granny Apple #CFEFD2
Tints of Granny Apple #CFEFD2
RGB
CMYK
RGB Variations
Color information
#CFEFD2 (or 0xCFEFD2) is known color: Granny Apple. HEX triplet: CF, EF and D2. RGB value is (207,239,210). Sum of RGB (Red+Green+Blue) = 207+239+210=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD2 is #30102D. Grayscale: #E2E2E2. Windows color (decimal): -3149870 or 13823951. OLE color: 13823951.
HSL color Cylindrical-coordinate representation of color #CFEFD2: hue angle of 125.62º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFD2 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 210 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.06 |
| HSL | 125.63º | 0.5% | 0.87% | - |
| HSV(B) | 125.63º | 0.13% | 0.94% | - |
| XYZ | 68.23 | 79.65 | 72.75 | - |
| YUV | 226.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 210 | 0.13 | 0 | 0.12 | 0.06 | 125.63 | 0.5 | 0.87 |
| Hex | CF | EF | D2 | D | 0 | C | 6 | 7E | 32 | 57 |
| Octal | 317 | 357 | 322 | 15 | 0 | 14 | 6 | 176 | 62 | 127 |
| Binary | 11001111 | 11101111 | 11010010 | 1101 | 0 | 1100 | 110 | 1111110 | 110010 | 1010111 |
Color Harmonies of #CFEFD2
Complementary color
Monochromatic Colors of #CFEFD2
Black with #CFEFD2
Text Example
Text Example
White with #CFEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFD2; }
p { color: rgb(207,239,210); }
H1.HeaderClassName
{
color: #CFEFD2;
}
.AnyTagClassName
{
color: #CFEFD2;
}
</style>
background-color css
<style>
a { background-color: #CFEFD2; }
a { background-color: rgb(207,239,210); }
div.DivClassName
{
background-color: #CFEFD2;
}
.BgClassName
{
background-color: #CFEFD2;
}
</style>
border-color css
<style>
span { border-color: #CFEFD2; }
span { border-color: rgb(207,239,210); }
td.TdClassName
{
border-color: #CFEFD2;
}
.TagClassName
{
border-color: #CFEFD2;
}
</style>