#C4D1AE

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

Shades of Pale Leaf #C4D1AE

Tints of Pale Leaf #C4D1AE

Color information

#C4D1AE (or 0xC4D1AE) is unknown color: approx Pale Leaf. HEX triplet: C4, D1 and AE. RGB value is (196,209,174). Sum of RGB (Red+Green+Blue) = 196+209+174=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D1AE is #3B2E51. Grayscale: #C9C9C9. Windows color (decimal): -3878482 or 11456964. OLE color: 11456964.

HSL color Cylindrical-coordinate representation of color #C4D1AE: hue angle of 82.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4D1AE is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB196209174-
CMYK0.0600.170.18
HSL82.29º27.56%75.1%-
HSV(B)82.29º16.75%81.96%-
XYZ53.2160.3948.9-
YUV201.12112.69124.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=33.85%
G=36.10%
B=30.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962091740.0600.170.1882.2927.5675.1
HexC4D1AE601112521c4b
Octal30432125660212212234113
Binary110001001101000110101110110010001100101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D1AE; }

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

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

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

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

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

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

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

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