#C6CEAA

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

Shades of Pale Leaf #C6CEAA

Tints of Pale Leaf #C6CEAA

Color information

#C6CEAA (or 0xC6CEAA) is unknown color: approx Pale Leaf. HEX triplet: C6, CE and AA. RGB value is (198,206,170). Sum of RGB (Red+Green+Blue) = 198+206+170=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CEAA is #393155. Grayscale: #C7C7C7. Windows color (decimal): -3748182 or 11194054. OLE color: 11194054.

HSL color Cylindrical-coordinate representation of color #C6CEAA: hue angle of 73.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6CEAA is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB198206170-
CMYK0.0400.170.19
HSL73.33º26.87%73.73%-
HSV(B)73.33º17.48%80.78%-
XYZ52.6259.0546.65-
YUV199.5111.35126.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.49%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=34.49%
G=35.89%
B=29.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982061700.0400.170.1973.3326.8773.73
HexC6CEAA401113491b4a
Octal30631625240212311133112
Binary110001101100111010101010100010001100111001001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEAA; }

 p { color: rgb(198,206,170); }

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

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

 a { background-color: rgb(198,206,170); }

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

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

 span { border-color: rgb(198,206,170); }

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