#CCEACD

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

Shades of Granny Apple #CCEACD

Tints of Granny Apple #CCEACD

Color information

#CCEACD (or 0xCCEACD) is unknown color: approx Granny Apple. HEX triplet: CC, EA and CD. RGB value is (204,234,205). Sum of RGB (Red+Green+Blue) = 204+234+205=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEACD is #331532. Grayscale: #DDDDDD. Windows color (decimal): -3347763 or 13494988. OLE color: 13494988.

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

Color convert

RGB204234205-
CMYK0.1300.120.08
HSL122º41.67%85.88%-
HSV(B)122º12.82%91.76%-
XYZ65.3476.0969-
YUV221.72118.56115.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=31.73%
G=36.39%
B=31.88%

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
Decimal2042342050.1300.120.0812241.6785.88
HexCCEACDD0C87a2a56
Octal314352315150141017252126
Binary110011001110101011001101110101100100011110101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEACD; }

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

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

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

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

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

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

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

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