#CCE9CD

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

Shades of Granny Apple #CCE9CD

Tints of Granny Apple #CCE9CD

Color information

#CCE9CD (or 0xCCE9CD) is unknown color: approx Granny Apple. HEX triplet: CC, E9 and CD. RGB value is (204,233,205). Sum of RGB (Red+Green+Blue) = 204+233+205=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9CD is #331632. Grayscale: #DDDDDD. Windows color (decimal): -3348019 or 13494732. OLE color: 13494732.

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

Color convert

RGB204233205-
CMYK0.1200.120.09
HSL122.07º39.73%85.69%-
HSV(B)122.07º12.45%91.37%-
XYZ65.0675.5268.91-
YUV221.14118.89115.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 233 (91.41% from 255) = 36.29%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=31.78%
G=36.29%
B=31.93%

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
Decimal2042332050.1200.120.09122.0739.7385.69
HexCCE9CDC0C97a2856
Octal314351315140141117250126
Binary110011001110100111001101110001100100111110101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9CD; }

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

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

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

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

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

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

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

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