#CCE6CC

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

Shades of Granny Apple #CCE6CC

Tints of Granny Apple #CCE6CC

Color information

#CCE6CC (or 0xCCE6CC) is unknown color: approx Granny Apple. HEX triplet: CC, E6 and CC. RGB value is (204,230,204). Sum of RGB (Red+Green+Blue) = 204+230+204=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6CC is #331933. Grayscale: #DBDBDB. Windows color (decimal): -3348788 or 13428428. OLE color: 13428428.

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

Color convert

RGB204230204-
CMYK0.1100.110.10
HSL120º34.21%85.1%-
HSV(B)120º11.3%90.2%-
XYZ64.173.7967.99-
YUV219.26119.39117.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 230 (90.23% from 255) = 36.05%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=31.97%
G=36.05%
B=31.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042302040.1100.110.1012034.2185.1
HexCCE6CCB0BA782255
Octal314346314130131217042125
Binary110011001110011011001100101101011101011110001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE6CC; }

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

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

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

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

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

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

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

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