#CCE8CD

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

Shades of Granny Apple #CCE8CD

Tints of Granny Apple #CCE8CD

Color information

#CCE8CD (or 0xCCE8CD) is unknown color: approx Granny Apple. HEX triplet: CC, E8 and CD. RGB value is (204,232,205). Sum of RGB (Red+Green+Blue) = 204+232+205=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8CD is #331732. Grayscale: #DCDCDC. Windows color (decimal): -3348275 or 13494476. OLE color: 13494476.

HSL color Cylindrical-coordinate representation of color #CCE8CD: hue angle of 122.14º degrees, saturation: 0.38, 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 #CCE8CD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB204232205-
CMYK0.1200.120.09
HSL122.14º37.84%85.49%-
HSV(B)122.14º12.07%90.98%-
XYZ64.7874.9668.81-
YUV220.55119.22116.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 232 (91.02% from 255) = 36.19%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=31.83%
G=36.19%
B=31.98%

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
Decimal2042322050.1200.120.09122.1437.8485.49
HexCCE8CDC0C97a2655
Octal314350315140141117246125
Binary110011001110100011001101110001100100111110101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8CD; }

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

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

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

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

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

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

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

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