#C3D1AA

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

Shades of Pale Leaf #C3D1AA

Tints of Pale Leaf #C3D1AA

Color information

#C3D1AA (or 0xC3D1AA) is unknown color: approx Pale Leaf. HEX triplet: C3, D1 and AA. RGB value is (195,209,170). Sum of RGB (Red+Green+Blue) = 195+209+170=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D1AA is #3C2E55. Grayscale: #C8C8C8. Windows color (decimal): -3944022 or 11194819. OLE color: 11194819.

HSL color Cylindrical-coordinate representation of color #C3D1AA: hue angle of 81.54º 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 #C3D1AA is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB195209170-
CMYK0.0700.190.18
HSL81.54º29.77%74.31%-
HSV(B)81.54º18.66%81.96%-
XYZ52.5660.1146.86-
YUV200.37110.86124.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.97%
GREEN value IS 209 (82.03% from 255) = 36.41%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=33.97%
G=36.41%
B=29.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952091700.0700.190.1881.5429.7774.31
HexC3D1AA701312521e4a
Octal30332125270232212236112
Binary110000111101000110101010111010011100101010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D1AA; }

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

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

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

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

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

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

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

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