#CCE7CC

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

Shades of Granny Apple #CCE7CC

Tints of Granny Apple #CCE7CC

Color information

#CCE7CC (or 0xCCE7CC) is unknown color: approx Granny Apple. HEX triplet: CC, E7 and CC. RGB value is (204,231,204). Sum of RGB (Red+Green+Blue) = 204+231+204=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7CC is #331833. Grayscale: #DBDBDB. Windows color (decimal): -3348532 or 13428684. OLE color: 13428684.

HSL color Cylindrical-coordinate representation of color #CCE7CC: hue angle of 120º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE7CC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB204231204-
CMYK0.1200.120.09
HSL120º36%85.29%-
HSV(B)120º11.69%90.59%-
XYZ64.3874.3568.08-
YUV219.85119.05116.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 231 (90.62% from 255) = 36.15%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=31.92%
G=36.15%
B=31.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042312040.1200.120.091203685.29
HexCCE7CCC0C9782455
Octal314347314140141117044125
Binary110011001110011111001100110001100100111110001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7CC; }

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

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

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

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

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

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

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

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