#CCD9A4

Color #CCD9A4 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #CCD9A4

Tints of Pale Leaf #CCD9A4

Color information

#CCD9A4 (or 0xCCD9A4) is unknown color: approx Pale Leaf. HEX triplet: CC, D9 and A4. RGB value is (204,217,164). Sum of RGB (Red+Green+Blue) = 204+217+164=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD9A4 is #33265B. Grayscale: #CFCFCF. Windows color (decimal): -3352156 or 10803660. OLE color: 10803660.

HSL color Cylindrical-coordinate representation of color #CCD9A4: hue angle of 74.72º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCD9A4 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB204217164-
CMYK0.0600.240.15
HSL74.72º41.09%74.71%-
HSV(B)74.72º24.42%85.1%-
XYZ56.4265.1444.72-
YUV207.07103.69125.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 217 (85.16% from 255) = 37.09%
BLUE value IS 164 (64.45% from 255) = 28.03%
R=34.87%
G=37.09%
B=28.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171640.0600.240.1574.7241.0974.71
HexCCD9A46018F4b294b
Octal31433124460301711351113
Binary110011001101100110100100110011000111110010111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9A4; }

 p { color: rgb(204,217,164); }

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

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

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

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

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

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

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