#C6D1AA

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

Shades of Pale Leaf #C6D1AA

Tints of Pale Leaf #C6D1AA

Color information

#C6D1AA (or 0xC6D1AA) is unknown color: approx Pale Leaf. HEX triplet: C6, D1 and AA. RGB value is (198,209,170). Sum of RGB (Red+Green+Blue) = 198+209+170=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D1AA is #392E55. Grayscale: #C9C9C9. Windows color (decimal): -3747414 or 11194822. OLE color: 11194822.

HSL color Cylindrical-coordinate representation of color #C6D1AA: hue angle of 76.92º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6D1AA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB198209170-
CMYK0.0500.190.18
HSL76.92º29.77%74.31%-
HSV(B)76.92º18.66%81.96%-
XYZ53.3460.5146.9-
YUV201.26110.36125.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.32%
GREEN value IS 209 (82.03% from 255) = 36.22%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=34.32%
G=36.22%
B=29.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982091700.0500.190.1876.9229.7774.31
HexC6D1AA5013124d1e4a
Octal30632125250232211536112
Binary110001101101000110101010101010011100101001101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D1AA; }

 p { color: rgb(198,209,170); }

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

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

 a { background-color: rgb(198,209,170); }

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

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

 span { border-color: rgb(198,209,170); }

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