#CCFED0

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

Shades of Granny Apple #CCFED0

Tints of Granny Apple #CCFED0

Color information

#CCFED0 (or 0xCCFED0) is unknown color: approx Granny Apple. HEX triplet: CC, FE and D0. RGB value is (204,254,208). Sum of RGB (Red+Green+Blue) = 204+254+208=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFED0 is #33012F. Grayscale: #E9E9E9. Windows color (decimal): -3342640 or 13696716. OLE color: 13696716.

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

Color convert

RGB204254208-
CMYK0.2000.180.00
HSL124.8º96.15%89.8%-
HSV(B)124.8º19.69%99.61%-
XYZ71.7388.2872.93-
YUV233.81113.44106.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 208 (81.64% from 255) = 31.23%
R=30.63%
G=38.14%
B=31.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542080.2000.180.00124.896.1589.8
HexCCFED01401207d605a
Octal314376320240220175140132
Binary110011001111111011010000101000100100111110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFED0; }

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

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

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

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

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

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

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

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