#C5D1B7

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

Shades of Pale Leaf #C5D1B7

Tints of Pale Leaf #C5D1B7

Color information

#C5D1B7 (or 0xC5D1B7) is unknown color: approx Pale Leaf. HEX triplet: C5, D1 and B7. RGB value is (197,209,183). Sum of RGB (Red+Green+Blue) = 197+209+183=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D1B7 is #3A2E48. Grayscale: #CACACA. Windows color (decimal): -3812937 or 12046789. OLE color: 12046789.

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

Color convert

RGB197209183-
CMYK0.0600.120.18
HSL87.69º22.03%76.86%-
HSV(B)87.69º12.44%81.96%-
XYZ54.3760.8953.69-
YUV202.45117.02124.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 183 (71.88% from 255) = 31.07%
R=33.45%
G=35.48%
B=31.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972091830.0600.120.1887.6922.0376.86
HexC5D1B760C1258164d
Octal30532126760142213026115
Binary11000101110100011011011111001100100101011000101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D1B7; }

 p { color: rgb(197,209,183); }

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

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

 a { background-color: rgb(197,209,183); }

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

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

 span { border-color: rgb(197,209,183); }

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