Shades of Granny Apple #CCFED1
Tints of Granny Apple #CCFED1
RGB
CMYK
RGB Variations
Color information
#CCFED1 (or 0xCCFED1) is known color: Granny Apple. HEX triplet: CC, FE and D1. RGB value is (204,254,209). Sum of RGB (Red+Green+Blue) = 204+254+209=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFED1 is #33012E. Grayscale: #EAEAEA. Windows color (decimal): -3342639 or 13762252. OLE color: 13762252.
HSL color Cylindrical-coordinate representation of color #CCFED1: hue angle of 126º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFED1 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 209 | - |
CMYK | 0.20 | 0 | 0.18 | 0.00 |
HSL | 126º | 0.96% | 0.9% | - |
HSV(B) | 126º | 0.2% | 1% | - |
XYZ | 71.85 | 88.32 | 73.58 | - |
YUV | 233.92 | 113.94 | 106.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 209 | 0.20 | 0 | 0.18 | 0.00 | 126 | 0.96 | 0.9 |
Hex | CC | FE | D1 | 14 | 0 | 12 | 0 | 7E | 60 | 5A |
Octal | 314 | 376 | 321 | 24 | 0 | 22 | 0 | 176 | 140 | 132 |
Binary | 11001100 | 11111110 | 11010001 | 10100 | 0 | 10010 | 0 | 1111110 | 1100000 | 1011010 |
Color Harmonies of #CCFED1
Complementary color
Monochromatic Colors of #CCFED1
Black with #CCFED1
Text Example
Text Example
White with #CCFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFED1; }
p { color: rgb(204,254,209); }
H1.HeaderClassName
{
color: #CCFED1;
}
.AnyTagClassName
{
color: #CCFED1;
}
</style>
background-color css
<style>
a { background-color: #CCFED1; }
a { background-color: rgb(204,254,209); }
div.DivClassName
{
background-color: #CCFED1;
}
.BgClassName
{
background-color: #CCFED1;
}
</style>
border-color css
<style>
span { border-color: #CCFED1; }
span { border-color: rgb(204,254,209); }
td.TdClassName
{
border-color: #CCFED1;
}
.TagClassName
{
border-color: #CCFED1;
}
</style>