#C9DBAA

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

Shades of Pale Leaf #C9DBAA

Tints of Pale Leaf #C9DBAA

Color information

#C9DBAA (or 0xC9DBAA) is unknown color: approx Pale Leaf. HEX triplet: C9, DB and AA. RGB value is (201,219,170). Sum of RGB (Red+Green+Blue) = 201+219+170=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DBAA is #362455. Grayscale: #D0D0D0. Windows color (decimal): -3548246 or 11197385. OLE color: 11197385.

HSL color Cylindrical-coordinate representation of color #C9DBAA: hue angle of 82.04º 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 #C9DBAA is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB201219170-
CMYK0.0800.220.14
HSL82.04º40.5%76.27%-
HSV(B)82.04º22.37%85.88%-
XYZ56.6765.9847.78-
YUV208.03106.54122.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=34.07%
G=37.12%
B=28.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012191700.0800.220.1482.0440.576.27
HexC9DBAA8016E52284c
Octal311333252100261612250114
Binary1100100111011011101010101000010110111010100101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBAA; }

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

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

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

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

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

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

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

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