#C4D4AE

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

Shades of Pale Leaf #C4D4AE

Tints of Pale Leaf #C4D4AE

Color information

#C4D4AE (or 0xC4D4AE) is unknown color: approx Pale Leaf. HEX triplet: C4, D4 and AE. RGB value is (196,212,174). Sum of RGB (Red+Green+Blue) = 196+212+174=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D4AE is #3B2B51. Grayscale: #CBCBCB. Windows color (decimal): -3877714 or 11457732. OLE color: 11457732.

HSL color Cylindrical-coordinate representation of color #C4D4AE: hue angle of 85.26º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4D4AE is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB196212174-
CMYK0.0800.180.17
HSL85.26º30.65%75.69%-
HSV(B)85.26º17.92%83.14%-
XYZ53.9561.8849.14-
YUV202.88111.7123.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.68%
GREEN value IS 212 (83.20% from 255) = 36.43%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=33.68%
G=36.43%
B=29.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1962121740.0800.180.1785.2630.6575.69
HexC4D4AE801211551f4c
Octal304324256100222112537114
Binary1100010011010100101011101000010010100011010101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D4AE; }

 p { color: rgb(196,212,174); }

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

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

 a { background-color: rgb(196,212,174); }

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

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

 span { border-color: rgb(196,212,174); }

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