#C4D3AA

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

Shades of Pale Leaf #C4D3AA

Tints of Pale Leaf #C4D3AA

Color information

#C4D3AA (or 0xC4D3AA) is unknown color: approx Pale Leaf. HEX triplet: C4, D3 and AA. RGB value is (196,211,170). Sum of RGB (Red+Green+Blue) = 196+211+170=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D3AA is #3B2C55. Grayscale: #C9C9C9. Windows color (decimal): -3877974 or 11195332. OLE color: 11195332.

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

Color convert

RGB196211170-
CMYK0.0700.190.17
HSL81.95º31.78%74.71%-
HSV(B)81.95º19.43%82.75%-
XYZ53.3161.2347.04-
YUV201.84110.03123.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.97%
GREEN value IS 211 (82.81% from 255) = 36.57%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=33.97%
G=36.57%
B=29.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1962111700.0700.190.1781.9531.7874.71
HexC4D3AA70131152204b
Octal30432325270232112240113
Binary1100010011010011101010101110100111000110100101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D3AA; }

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

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

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

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

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

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

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

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