#C2D2AB

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

Shades of Pale Leaf #C2D2AB

Tints of Pale Leaf #C2D2AB

Color information

#C2D2AB (or 0xC2D2AB) is unknown color: approx Pale Leaf. HEX triplet: C2, D2 and AB. RGB value is (194,210,171). Sum of RGB (Red+Green+Blue) = 194+210+171=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D2AB is #3D2D54. Grayscale: #C8C8C8. Windows color (decimal): -4009301 or 11260610. OLE color: 11260610.

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

Color convert

RGB194210171-
CMYK0.0800.190.18
HSL84.62º30.23%74.71%-
HSV(B)84.62º18.57%82.35%-
XYZ52.6560.547.43-
YUV200.77111.2123.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=33.74%
G=36.52%
B=29.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942101710.0800.190.1884.6230.2374.71
HexC2D2AB801312551e4b
Octal302322253100232212536113
Binary1100001011010010101010111000010011100101010101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D2AB; }

 p { color: rgb(194,210,171); }

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

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

 a { background-color: rgb(194,210,171); }

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

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

 span { border-color: rgb(194,210,171); }

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