#C8D1AC

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

Shades of Pale Leaf #C8D1AC

Tints of Pale Leaf #C8D1AC

Color information

#C8D1AC (or 0xC8D1AC) is unknown color: approx Pale Leaf. HEX triplet: C8, D1 and AC. RGB value is (200,209,172). Sum of RGB (Red+Green+Blue) = 200+209+172=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D1AC is #372E53. Grayscale: #CACACA. Windows color (decimal): -3616340 or 11325896. OLE color: 11325896.

HSL color Cylindrical-coordinate representation of color #C8D1AC: hue angle of 74.59º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8D1AC is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB200209172-
CMYK0.0400.180.18
HSL74.59º28.68%74.71%-
HSV(B)74.59º17.7%81.96%-
XYZ54.0760.8647.93-
YUV202.09111.02126.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 209 (82.03% from 255) = 35.97%
BLUE value IS 172 (67.58% from 255) = 29.60%
R=34.42%
G=35.97%
B=29.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002091720.0400.180.1874.5928.6874.71
HexC8D1AC4012124b1d4b
Octal31032125440222211335113
Binary110010001101000110101100100010010100101001011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D1AC; }

 p { color: rgb(200,209,172); }

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

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

 a { background-color: rgb(200,209,172); }

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

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

 span { border-color: rgb(200,209,172); }

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