#C9DAB4

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

Shades of Pale Leaf #C9DAB4

Tints of Pale Leaf #C9DAB4

Color information

#C9DAB4 (or 0xC9DAB4) is unknown color: approx Pale Leaf. HEX triplet: C9, DA and B4. RGB value is (201,218,180). Sum of RGB (Red+Green+Blue) = 201+218+180=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DAB4 is #36254B. Grayscale: #D0D0D0. Windows color (decimal): -3548492 or 11852489. OLE color: 11852489.

HSL color Cylindrical-coordinate representation of color #C9DAB4: hue angle of 86.84º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9DAB4 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB201218180-
CMYK0.0800.170.15
HSL86.84º33.93%78.04%-
HSV(B)86.84º17.43%85.49%-
XYZ57.465.8652.87-
YUV208.58111.87122.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.56%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 180 (70.70% from 255) = 30.05%
R=33.56%
G=36.39%
B=30.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012181800.0800.170.1586.8433.9378.04
HexC9DAB48011F57224e
Octal311332264100211712742116
Binary1100100111011010101101001000010001111110101111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DAB4; }

 p { color: rgb(201,218,180); }

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

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

 a { background-color: rgb(201,218,180); }

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

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

 span { border-color: rgb(201,218,180); }

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