#C5D2B0

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

Shades of Pale Leaf #C5D2B0

Tints of Pale Leaf #C5D2B0

Color information

#C5D2B0 (or 0xC5D2B0) is unknown color: approx Pale Leaf. HEX triplet: C5, D2 and B0. RGB value is (197,210,176). Sum of RGB (Red+Green+Blue) = 197+210+176=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D2B0 is #3A2D4F. Grayscale: #CACACA. Windows color (decimal): -3812688 or 11588293. OLE color: 11588293.

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

Color convert

RGB197210176-
CMYK0.0600.160.18
HSL82.94º27.42%75.69%-
HSV(B)82.94º16.19%82.35%-
XYZ53.9161.150.03-
YUV202.24113.19124.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 176 (69.14% from 255) = 30.19%
R=33.79%
G=36.02%
B=30.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972101760.0600.160.1882.9427.4275.69
HexC5D2B0601012531b4c
Octal30532226060202212333114
Binary110001011101001010110000110010000100101010011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D2B0; }

 p { color: rgb(197,210,176); }

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

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

 a { background-color: rgb(197,210,176); }

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

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

 span { border-color: rgb(197,210,176); }

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