#CCEACE

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

Shades of Granny Apple #CCEACE

Tints of Granny Apple #CCEACE

Color information

#CCEACE (or 0xCCEACE) is unknown color: approx Granny Apple. HEX triplet: CC, EA and CE. RGB value is (204,234,206). Sum of RGB (Red+Green+Blue) = 204+234+206=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEACE is #331531. Grayscale: #DDDDDD. Windows color (decimal): -3347762 or 13560524. OLE color: 13560524.

HSL color Cylindrical-coordinate representation of color #CCEACE: hue angle of 124º 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 #CCEACE is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB204234206-
CMYK0.1300.120.08
HSL124º41.67%85.88%-
HSV(B)124º12.82%91.76%-
XYZ65.4776.1469.64-
YUV221.84119.06115.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 206 (80.86% from 255) = 31.99%
R=31.68%
G=36.34%
B=31.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042342060.1300.120.0812441.6785.88
HexCCEACED0C87c2a56
Octal314352316150141017452126
Binary110011001110101011001110110101100100011111001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEACE; }

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

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

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

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

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

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

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

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