Shades of Granny Apple #CFEED4
Tints of Granny Apple #CFEED4
RGB
CMYK
RGB Variations
Color information
#CFEED4 (or 0xCFEED4) is known color: Granny Apple. HEX triplet: CF, EE and D4. RGB value is (207,238,212). Sum of RGB (Red+Green+Blue) = 207+238+212=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEED4 is #30112B. Grayscale: #E1E1E1. Windows color (decimal): -3150124 or 13954767. OLE color: 13954767.
HSL color Cylindrical-coordinate representation of color #CFEED4: hue angle of 129.68º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEED4 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 212 | - |
CMYK | 0.13 | 0 | 0.11 | 0.07 |
HSL | 129.68º | 0.48% | 0.87% | - |
HSV(B) | 129.68º | 0.13% | 0.93% | - |
XYZ | 68.19 | 79.17 | 73.97 | - |
YUV | 225.77 | 120.23 | 114.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 212 | 0.13 | 0 | 0.11 | 0.07 | 129.68 | 0.48 | 0.87 |
Hex | CF | EE | D4 | D | 0 | B | 7 | 82 | 30 | 57 |
Octal | 317 | 356 | 324 | 15 | 0 | 13 | 7 | 202 | 60 | 127 |
Binary | 11001111 | 11101110 | 11010100 | 1101 | 0 | 1011 | 111 | 10000010 | 110000 | 1010111 |
Color Harmonies of #CFEED4
Complementary color
Monochromatic Colors of #CFEED4
Black with #CFEED4
Text Example
Text Example
White with #CFEED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEED4; }
p { color: rgb(207,238,212); }
H1.HeaderClassName
{
color: #CFEED4;
}
.AnyTagClassName
{
color: #CFEED4;
}
</style>
background-color css
<style>
a { background-color: #CFEED4; }
a { background-color: rgb(207,238,212); }
div.DivClassName
{
background-color: #CFEED4;
}
.BgClassName
{
background-color: #CFEED4;
}
</style>
border-color css
<style>
span { border-color: #CFEED4; }
span { border-color: rgb(207,238,212); }
td.TdClassName
{
border-color: #CFEED4;
}
.TagClassName
{
border-color: #CFEED4;
}
</style>