Shades of Granny Apple #CFEED5
Tints of Granny Apple #CFEED5
RGB
CMYK
RGB Variations
Color information
#CFEED5 (or 0xCFEED5) is known color: Granny Apple. HEX triplet: CF, EE and D5. RGB value is (207,238,213). Sum of RGB (Red+Green+Blue) = 207+238+213=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEED5 is #30112A. Grayscale: #E1E1E1. Windows color (decimal): -3150123 or 14020303. OLE color: 14020303.
HSL color Cylindrical-coordinate representation of color #CFEED5: hue angle of 131.61º 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 #CFEED5 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 213 | - |
CMYK | 0.13 | 0 | 0.11 | 0.07 |
HSL | 131.61º | 0.48% | 0.87% | - |
HSV(B) | 131.61º | 0.13% | 0.93% | - |
XYZ | 68.32 | 79.22 | 74.64 | - |
YUV | 225.88 | 120.73 | 114.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 213 | 0.13 | 0 | 0.11 | 0.07 | 131.61 | 0.48 | 0.87 |
Hex | CF | EE | D5 | D | 0 | B | 7 | 84 | 30 | 57 |
Octal | 317 | 356 | 325 | 15 | 0 | 13 | 7 | 204 | 60 | 127 |
Binary | 11001111 | 11101110 | 11010101 | 1101 | 0 | 1011 | 111 | 10000100 | 110000 | 1010111 |
Color Harmonies of #CFEED5
Complementary color
Monochromatic Colors of #CFEED5
Black with #CFEED5
Text Example
Text Example
White with #CFEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEED5; }
p { color: rgb(207,238,213); }
H1.HeaderClassName
{
color: #CFEED5;
}
.AnyTagClassName
{
color: #CFEED5;
}
</style>
background-color css
<style>
a { background-color: #CFEED5; }
a { background-color: rgb(207,238,213); }
div.DivClassName
{
background-color: #CFEED5;
}
.BgClassName
{
background-color: #CFEED5;
}
</style>
border-color css
<style>
span { border-color: #CFEED5; }
span { border-color: rgb(207,238,213); }
td.TdClassName
{
border-color: #CFEED5;
}
.TagClassName
{
border-color: #CFEED5;
}
</style>