#C3D3AA

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

Shades of Pale Leaf #C3D3AA

Tints of Pale Leaf #C3D3AA

Color information

#C3D3AA (or 0xC3D3AA) is unknown color: approx Pale Leaf. HEX triplet: C3, D3 and AA. RGB value is (195,211,170). Sum of RGB (Red+Green+Blue) = 195+211+170=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D3AA is #3C2C55. Grayscale: #C9C9C9. Windows color (decimal): -3943510 or 11195331. OLE color: 11195331.

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

Color convert

RGB195211170-
CMYK0.0800.190.17
HSL83.41º31.78%74.71%-
HSV(B)83.41º19.43%82.75%-
XYZ53.0661.0947.03-
YUV201.54110.2123.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 211 (82.81% from 255) = 36.63%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=33.85%
G=36.63%
B=29.51%

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
Decimal1952111700.0800.190.1783.4131.7874.71
HexC3D3AA80131153204b
Octal303323252100232112340113
Binary11000011110100111010101010000100111000110100111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D3AA; }

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

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

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

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

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

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

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

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