#C8DBA2

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

Shades of Pale Leaf #C8DBA2

Tints of Pale Leaf #C8DBA2

Color information

#C8DBA2 (or 0xC8DBA2) is unknown color: approx Pale Leaf. HEX triplet: C8, DB and A2. RGB value is (200,219,162). Sum of RGB (Red+Green+Blue) = 200+219+162=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 162 (63.67% from 255 or 27.88% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBA2 is #37245D. Grayscale: #CFCFCF. Windows color (decimal): -3613790 or 10673096. OLE color: 10673096.

HSL color Cylindrical-coordinate representation of color #C8DBA2: hue angle of 80º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8DBA2 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB200219162-
CMYK0.0900.260.14
HSL80º44.19%74.71%-
HSV(B)80º26.03%85.88%-
XYZ55.6765.5543.9-
YUV206.82102.71123.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 162 (63.67% from 255) = 27.88%
R=34.42%
G=37.69%
B=27.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191620.0900.260.148044.1974.71
HexC8DBA2901AE502c4b
Octal310333242110321612054113
Binary1100100011011011101000101001011010111010100001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBA2; }

 p { color: rgb(200,219,162); }

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

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

 a { background-color: rgb(200,219,162); }

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

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

 span { border-color: rgb(200,219,162); }

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