#CCEAD7

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

Shades of Granny Apple #CCEAD7

Tints of Granny Apple #CCEAD7

Color information

#CCEAD7 (or 0xCCEAD7) is unknown color: approx Granny Apple. HEX triplet: CC, EA and D7. RGB value is (204,234,215). Sum of RGB (Red+Green+Blue) = 204+234+215=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAD7 is #331528. Grayscale: #DEDEDE. Windows color (decimal): -3347753 or 14150348. OLE color: 14150348.

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

Color convert

RGB204234215-
CMYK0.1300.080.08
HSL142º41.67%85.88%-
HSV(B)142º12.82%91.76%-
XYZ66.5976.5975.56-
YUV222.86123.56114.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 215 (84.38% from 255) = 32.92%
R=31.24%
G=35.83%
B=32.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042342150.1300.080.0814241.6785.88
HexCCEAD7D0888e2a56
Octal314352327150101021652126
Binary1100110011101010110101111101010001000100011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAD7; }

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

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

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

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

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

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

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

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