#C4CEAD

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

Shades of Pale Leaf #C4CEAD

Tints of Pale Leaf #C4CEAD

Color information

#C4CEAD (or 0xC4CEAD) is unknown color: approx Pale Leaf. HEX triplet: C4, CE and AD. RGB value is (196,206,173). Sum of RGB (Red+Green+Blue) = 196+206+173=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEAD is #3B3152. Grayscale: #C7C7C7. Windows color (decimal): -3879251 or 11390660. OLE color: 11390660.

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

Color convert

RGB196206173-
CMYK0.0500.160.19
HSL78.18º25.19%74.31%-
HSV(B)78.18º16.02%80.78%-
XYZ52.3858.948.14-
YUV199.25113.19125.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=34.09%
G=35.83%
B=30.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962061730.0500.160.1978.1825.1974.31
HexC4CEAD5010134e194a
Octal30431625550202311631112
Binary110001001100111010101101101010000100111001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CEAD; }

 p { color: rgb(196,206,173); }

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

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

 a { background-color: rgb(196,206,173); }

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

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

 span { border-color: rgb(196,206,173); }

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