#C5CEAB

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

Shades of Pale Leaf #C5CEAB

Tints of Pale Leaf #C5CEAB

Color information

#C5CEAB (or 0xC5CEAB) is unknown color: approx Pale Leaf. HEX triplet: C5, CE and AB. RGB value is (197,206,171). Sum of RGB (Red+Green+Blue) = 197+206+171=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CEAB is #3A3154. Grayscale: #C7C7C7. Windows color (decimal): -3813717 or 11259589. OLE color: 11259589.

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

Color convert

RGB197206171-
CMYK0.0400.170.19
HSL75.43º26.32%73.92%-
HSV(B)75.43º16.99%80.78%-
XYZ52.4558.9547.14-
YUV199.32112.02126.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=34.32%
G=35.89%
B=29.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061710.0400.170.1975.4326.3273.92
HexC5CEAB4011134b1a4a
Octal30531625340212311332112
Binary110001011100111010101011100010001100111001011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEAB; }

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

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

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

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

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

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

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

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