#CCEACC

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

Shades of Granny Apple #CCEACC

Tints of Granny Apple #CCEACC

Color information

#CCEACC (or 0xCCEACC) is unknown color: approx Granny Apple. HEX triplet: CC, EA and CC. RGB value is (204,234,204). Sum of RGB (Red+Green+Blue) = 204+234+204=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEACC is #331533. Grayscale: #DDDDDD. Windows color (decimal): -3347764 or 13429452. OLE color: 13429452.

HSL color Cylindrical-coordinate representation of color #CCEACC: hue angle of 120º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEACC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB204234204-
CMYK0.1300.130.08
HSL120º41.67%85.88%-
HSV(B)120º12.82%91.76%-
XYZ65.2276.0468.37-
YUV221.61118.06115.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=31.78%
G=36.45%
B=31.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042342040.1300.130.0812041.6785.88
HexCCEACCD0D8782a56
Octal314352314150151017052126
Binary110011001110101011001100110101101100011110001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEACC; }

 p { color: rgb(204,234,204); }

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

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

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

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

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

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

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