#C3D2AB

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

Shades of Pale Leaf #C3D2AB

Tints of Pale Leaf #C3D2AB

Color information

#C3D2AB (or 0xC3D2AB) is unknown color: approx Pale Leaf. HEX triplet: C3, D2 and AB. RGB value is (195,210,171). Sum of RGB (Red+Green+Blue) = 195+210+171=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D2AB is #3C2D54. Grayscale: #C9C9C9. Windows color (decimal): -3943765 or 11260611. OLE color: 11260611.

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

Color convert

RGB195210171-
CMYK0.0700.190.18
HSL83.08º30.23%74.71%-
HSV(B)83.08º18.57%82.35%-
XYZ52.960.6447.44-
YUV201.07111.03123.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 210 (82.42% from 255) = 36.46%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=33.85%
G=36.46%
B=29.69%

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
Decimal1952101710.0700.190.1883.0830.2374.71
HexC3D2AB701312531e4b
Octal30332225370232212336113
Binary110000111101001010101011111010011100101010011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D2AB; }

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

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

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

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

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

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

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

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