#CCE9D0

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

Shades of Granny Apple #CCE9D0

Tints of Granny Apple #CCE9D0

Color information

#CCE9D0 (or 0xCCE9D0) is unknown color: approx Granny Apple. HEX triplet: CC, E9 and D0. RGB value is (204,233,208). Sum of RGB (Red+Green+Blue) = 204+233+208=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9D0 is #33162F. Grayscale: #DDDDDD. Windows color (decimal): -3348016 or 13691340. OLE color: 13691340.

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

Color convert

RGB204233208-
CMYK0.1200.110.09
HSL128.28º39.73%85.69%-
HSV(B)128.28º12.45%91.37%-
XYZ65.4375.6770.83-
YUV221.48120.39115.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 233 (91.41% from 255) = 36.12%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=31.63%
G=36.12%
B=32.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042332080.1200.110.09128.2839.7385.69
HexCCE9D0C0B9802856
Octal314351320140131120050126
Binary1100110011101001110100001100010111001100000001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9D0; }

 p { color: rgb(204,233,208); }

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

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

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

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

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

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

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