Shades of Granny Apple #CFEDD3
Tints of Granny Apple #CFEDD3
RGB
CMYK
RGB Variations
Color information
#CFEDD3 (or 0xCFEDD3) is known color: Granny Apple. HEX triplet: CF, ED and D3. RGB value is (207,237,211). Sum of RGB (Red+Green+Blue) = 207+237+211=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDD3 is #30122C. Grayscale: #E1E1E1. Windows color (decimal): -3150381 or 13888975. OLE color: 13888975.
HSL color Cylindrical-coordinate representation of color #CFEDD3: hue angle of 128º degrees, saturation: 0.45, 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 #CFEDD3 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 211 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.07 |
| HSL | 128º | 0.45% | 0.87% | - |
| HSV(B) | 128º | 0.13% | 0.93% | - |
| XYZ | 67.77 | 78.54 | 73.22 | - |
| YUV | 225.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 211 | 0.13 | 0 | 0.11 | 0.07 | 128 | 0.45 | 0.87 |
| Hex | CF | ED | D3 | D | 0 | B | 7 | 80 | 2D | 57 |
| Octal | 317 | 355 | 323 | 15 | 0 | 13 | 7 | 200 | 55 | 127 |
| Binary | 11001111 | 11101101 | 11010011 | 1101 | 0 | 1011 | 111 | 10000000 | 101101 | 1010111 |
Color Harmonies of #CFEDD3
Complementary color
Monochromatic Colors of #CFEDD3
Black with #CFEDD3
Text Example
Text Example
White with #CFEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDD3; }
p { color: rgb(207,237,211); }
H1.HeaderClassName
{
color: #CFEDD3;
}
.AnyTagClassName
{
color: #CFEDD3;
}
</style>
background-color css
<style>
a { background-color: #CFEDD3; }
a { background-color: rgb(207,237,211); }
div.DivClassName
{
background-color: #CFEDD3;
}
.BgClassName
{
background-color: #CFEDD3;
}
</style>
border-color css
<style>
span { border-color: #CFEDD3; }
span { border-color: rgb(207,237,211); }
td.TdClassName
{
border-color: #CFEDD3;
}
.TagClassName
{
border-color: #CFEDD3;
}
</style>