Shades of Granny Apple #CFECD3
Tints of Granny Apple #CFECD3
RGB
CMYK
RGB Variations
Color information
#CFECD3 (or 0xCFECD3) is known color: Granny Apple. HEX triplet: CF, EC and D3. RGB value is (207,236,211). Sum of RGB (Red+Green+Blue) = 207+236+211=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECD3 is #30132C. Grayscale: #E0E0E0. Windows color (decimal): -3150637 or 13888719. OLE color: 13888719.
HSL color Cylindrical-coordinate representation of color #CFECD3: hue angle of 128.28º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFECD3 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 211 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.07 |
| HSL | 128.28º | 0.43% | 0.87% | - |
| HSV(B) | 128.28º | 0.12% | 0.93% | - |
| XYZ | 67.49 | 77.96 | 73.12 | - |
| YUV | 224.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 211 | 0.12 | 0 | 0.11 | 0.07 | 128.28 | 0.43 | 0.87 |
| Hex | CF | EC | D3 | C | 0 | B | 7 | 80 | 2B | 57 |
| Octal | 317 | 354 | 323 | 14 | 0 | 13 | 7 | 200 | 53 | 127 |
| Binary | 11001111 | 11101100 | 11010011 | 1100 | 0 | 1011 | 111 | 10000000 | 101011 | 1010111 |
Color Harmonies of #CFECD3
Complementary color
Monochromatic Colors of #CFECD3
Black with #CFECD3
Text Example
Text Example
White with #CFECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECD3; }
p { color: rgb(207,236,211); }
H1.HeaderClassName
{
color: #CFECD3;
}
.AnyTagClassName
{
color: #CFECD3;
}
</style>
background-color css
<style>
a { background-color: #CFECD3; }
a { background-color: rgb(207,236,211); }
div.DivClassName
{
background-color: #CFECD3;
}
.BgClassName
{
background-color: #CFECD3;
}
</style>
border-color css
<style>
span { border-color: #CFECD3; }
span { border-color: rgb(207,236,211); }
td.TdClassName
{
border-color: #CFECD3;
}
.TagClassName
{
border-color: #CFECD3;
}
</style>