#C5CEAE

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

Shades of Pale Leaf #C5CEAE

Tints of Pale Leaf #C5CEAE

Color information

#C5CEAE (or 0xC5CEAE) is unknown color: approx Pale Leaf. HEX triplet: C5, CE and AE. RGB value is (197,206,174). Sum of RGB (Red+Green+Blue) = 197+206+174=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CEAE is #3A3151. Grayscale: #C7C7C7. Windows color (decimal): -3813714 or 11456197. OLE color: 11456197.

HSL color Cylindrical-coordinate representation of color #C5CEAE: hue angle of 76.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5CEAE is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB197206174-
CMYK0.0400.160.19
HSL76.88º24.62%74.51%-
HSV(B)76.88º15.53%80.78%-
XYZ52.7459.0748.67-
YUV199.66113.52126.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.14%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=34.14%
G=35.70%
B=30.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061740.0400.160.1976.8824.6274.51
HexC5CEAE4010134d194b
Octal30531625640202311531113
Binary110001011100111010101110100010000100111001101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEAE; }

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

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

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

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

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

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

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

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