#C8DBAA

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

Shades of Pale Leaf #C8DBAA

Tints of Pale Leaf #C8DBAA

Color information

#C8DBAA (or 0xC8DBAA) is unknown color: approx Pale Leaf. HEX triplet: C8, DB and AA. RGB value is (200,219,170). Sum of RGB (Red+Green+Blue) = 200+219+170=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBAA is #372455. Grayscale: #CFCFCF. Windows color (decimal): -3613782 or 11197384. OLE color: 11197384.

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

Color convert

RGB200219170-
CMYK0.0900.220.14
HSL83.27º40.5%76.27%-
HSV(B)83.27º22.37%85.88%-
XYZ56.4165.8447.77-
YUV207.73106.71122.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.96%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=33.96%
G=37.18%
B=28.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191700.0900.220.1483.2740.576.27
HexC8DBAA9016E53284c
Octal310333252110261612350114
Binary1100100011011011101010101001010110111010100111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBAA; }

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

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

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

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

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

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

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

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