#C2CDA9

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

Shades of Pale Leaf #C2CDA9

Tints of Pale Leaf #C2CDA9

Color information

#C2CDA9 (or 0xC2CDA9) is unknown color: approx Pale Leaf. HEX triplet: C2, CD and A9. RGB value is (194,205,169). Sum of RGB (Red+Green+Blue) = 194+205+169=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 169 (66.41% from 255 or 29.75% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CDA9 is #3D3256. Grayscale: #C5C5C5. Windows color (decimal): -4010583 or 11128258. OLE color: 11128258.

HSL color Cylindrical-coordinate representation of color #C2CDA9: hue angle of 78.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CDA9 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB194205169-
CMYK0.0500.180.20
HSL78.33º26.47%73.33%-
HSV(B)78.33º17.56%80.39%-
XYZ51.245846.03-
YUV197.61111.86125.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 169 (66.41% from 255) = 29.75%
R=34.15%
G=36.09%
B=29.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942051690.0500.180.2078.3326.4773.33
HexC2CDA95012144e1a49
Octal30231525150222411632111
Binary110000101100110110101001101010010101001001110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDA9; }

 p { color: rgb(194,205,169); }

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

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

 a { background-color: rgb(194,205,169); }

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

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

 span { border-color: rgb(194,205,169); }

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