#C5D3AE

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

Shades of Pale Leaf #C5D3AE

Tints of Pale Leaf #C5D3AE

Color information

#C5D3AE (or 0xC5D3AE) is unknown color: approx Pale Leaf. HEX triplet: C5, D3 and AE. RGB value is (197,211,174). Sum of RGB (Red+Green+Blue) = 197+211+174=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D3AE is #3A2C51. Grayscale: #CACACA. Windows color (decimal): -3812434 or 11457477. OLE color: 11457477.

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

Color convert

RGB197211174-
CMYK0.0700.180.17
HSL82.7º29.6%75.49%-
HSV(B)82.7º17.54%82.75%-
XYZ53.9661.5149.07-
YUV202.6111.86124.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.85%
GREEN value IS 211 (82.81% from 255) = 36.25%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=33.85%
G=36.25%
B=29.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1972111740.0700.180.1782.729.675.49
HexC5D3AE701211531e4b
Octal30532325670222112336113
Binary110001011101001110101110111010010100011010011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D3AE; }

 p { color: rgb(197,211,174); }

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

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

 a { background-color: rgb(197,211,174); }

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

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

 span { border-color: rgb(197,211,174); }

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