#C1CEAE

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

Shades of Pale Leaf #C1CEAE

Tints of Pale Leaf #C1CEAE

Color information

#C1CEAE (or 0xC1CEAE) is unknown color: approx Pale Leaf. HEX triplet: C1, CE and AE. RGB value is (193,206,174). Sum of RGB (Red+Green+Blue) = 193+206+174=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CEAE is #3E3151. Grayscale: #C6C6C6. Windows color (decimal): -4075858 or 11456193. OLE color: 11456193.

HSL color Cylindrical-coordinate representation of color #C1CEAE: hue angle of 84.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1CEAE is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB193206174-
CMYK0.0600.160.19
HSL84.38º24.62%74.51%-
HSV(B)84.38º15.53%80.78%-
XYZ51.758.5448.62-
YUV198.46114.19124.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.68%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=33.68%
G=35.95%
B=30.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932061740.0600.160.1984.3824.6274.51
HexC1CEAE60101354194b
Octal30131625660202312431113
Binary110000011100111010101110110010000100111010100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CEAE; }

 p { color: rgb(193,206,174); }

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

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

 a { background-color: rgb(193,206,174); }

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

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

 span { border-color: rgb(193,206,174); }

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