#C5D4AE

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

Shades of Pale Leaf #C5D4AE

Tints of Pale Leaf #C5D4AE

Color information

#C5D4AE (or 0xC5D4AE) is unknown color: approx Pale Leaf. HEX triplet: C5, D4 and AE. RGB value is (197,212,174). Sum of RGB (Red+Green+Blue) = 197+212+174=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D4AE is #3A2B51. Grayscale: #CBCBCB. Windows color (decimal): -3812178 or 11457733. OLE color: 11457733.

HSL color Cylindrical-coordinate representation of color #C5D4AE: hue angle of 83.68º 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 #C5D4AE is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB197212174-
CMYK0.0700.180.17
HSL83.68º30.65%75.69%-
HSV(B)83.68º17.92%83.14%-
XYZ54.2162.0149.16-
YUV203.18111.53123.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=33.79%
G=36.36%
B=29.85%

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
Decimal1972121740.0700.180.1783.6830.6575.69
HexC5D4AE701211541f4c
Octal30532425670222112437114
Binary110001011101010010101110111010010100011010100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D4AE; }

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

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

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

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

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

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

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

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