#CCFED7

Color #CCFED7 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CCFED7

Tints of Granny Apple #CCFED7

Color information

#CCFED7 (or 0xCCFED7) is unknown color: approx Granny Apple. HEX triplet: CC, FE and D7. RGB value is (204,254,215). Sum of RGB (Red+Green+Blue) = 204+254+215=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFED7 is #330128. Grayscale: #EAEAEA. Windows color (decimal): -3342633 or 14155468. OLE color: 14155468.

HSL color Cylindrical-coordinate representation of color #CCFED7: hue angle of 133.2º 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 #CCFED7 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB204254215-
CMYK0.2000.150.00
HSL133.2º96.15%89.8%-
HSV(B)133.2º19.69%99.61%-
XYZ72.6188.6377.57-
YUV234.6116.94106.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 30.31%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 215 (84.38% from 255) = 31.95%
R=30.31%
G=37.74%
B=31.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542150.2000.150.00133.296.1589.8
HexCCFED7140F085605a
Octal314376327240170205140132
Binary110011001111111011010111101000111101000010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFED7; }

 p { color: rgb(204,254,215); }

 H1.HeaderClassName
 {
   color: #CCFED7;
 }
 .AnyTagClassName
 {
   color: #CCFED7;
 }
</style>
background-color css

<style>
 a { background-color: #CCFED7; }

 a { background-color: rgb(204,254,215); }

 div.DivClassName
 {
   background-color: #CCFED7;
 }
 .BgClassName
 {
   background-color: #CCFED7;
 }
</style>
border-color css

<style>
 span { border-color: #CCFED7; }

 span { border-color: rgb(204,254,215); }

 td.TdClassName
 {
   border-color: #CCFED7;
 }
 .TagClassName
 {
   border-color: #CCFED7;
 }
</style>