#CCEECD

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

Shades of Granny Apple #CCEECD

Tints of Granny Apple #CCEECD

Color information

#CCEECD (or 0xCCEECD) is unknown color: approx Granny Apple. HEX triplet: CC, EE and CD. RGB value is (204,238,205). Sum of RGB (Red+Green+Blue) = 204+238+205=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEECD is #331132. Grayscale: #E0E0E0. Windows color (decimal): -3346739 or 13496012. OLE color: 13496012.

HSL color Cylindrical-coordinate representation of color #CCEECD: hue angle of 121.76º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEECD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB204238205-
CMYK0.1400.140.07
HSL121.76º50%86.67%-
HSV(B)121.76º14.29%93.33%-
XYZ66.578.3969.38-
YUV224.07117.24113.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.53%
GREEN value IS 238 (93.36% from 255) = 36.79%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=31.53%
G=36.79%
B=31.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382050.1400.140.07121.765086.67
HexCCEECDE0E77a3257
Octal31435631516016717262127
Binary11001100111011101100110111100111011111110101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEECD; }

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

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

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

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

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

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

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

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