#C2D3AA

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

Shades of Pale Leaf #C2D3AA

Tints of Pale Leaf #C2D3AA

Color information

#C2D3AA (or 0xC2D3AA) is unknown color: approx Pale Leaf. HEX triplet: C2, D3 and AA. RGB value is (194,211,170). Sum of RGB (Red+Green+Blue) = 194+211+170=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D3AA is #3D2C55. Grayscale: #C9C9C9. Windows color (decimal): -4009046 or 11195330. OLE color: 11195330.

HSL color Cylindrical-coordinate representation of color #C2D3AA: hue angle of 84.88º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2D3AA is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB194211170-
CMYK0.0800.190.17
HSL84.88º31.78%74.71%-
HSV(B)84.88º19.43%82.75%-
XYZ52.860.9647.01-
YUV201.24110.37122.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 211 (82.81% from 255) = 36.70%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=33.74%
G=36.70%
B=29.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942111700.0800.190.1784.8831.7874.71
HexC2D3AA80131155204b
Octal302323252100232112540113
Binary11000010110100111010101010000100111000110101011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D3AA; }

 p { color: rgb(194,211,170); }

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

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

 a { background-color: rgb(194,211,170); }

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

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

 span { border-color: rgb(194,211,170); }

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