#C8D2AD

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

Shades of Pale Leaf #C8D2AD

Tints of Pale Leaf #C8D2AD

Color information

#C8D2AD (or 0xC8D2AD) is unknown color: approx Pale Leaf. HEX triplet: C8, D2 and AD. RGB value is (200,210,173). Sum of RGB (Red+Green+Blue) = 200+210+173=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D2AD is #372D52. Grayscale: #CACACA. Windows color (decimal): -3616083 or 11391688. OLE color: 11391688.

HSL color Cylindrical-coordinate representation of color #C8D2AD: hue angle of 76.22º 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 #C8D2AD is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB200210173-
CMYK0.0500.180.18
HSL76.22º29.13%75.1%-
HSV(B)76.22º17.62%82.35%-
XYZ54.4161.3948.52-
YUV202.79111.19126.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.31%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=34.31%
G=36.02%
B=29.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002101730.0500.180.1876.2229.1375.1
HexC8D2AD5012124c1d4b
Octal31032225550222211435113
Binary110010001101001010101101101010010100101001100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2AD; }

 p { color: rgb(200,210,173); }

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

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

 a { background-color: rgb(200,210,173); }

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

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

 span { border-color: rgb(200,210,173); }

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