#C9DBA6

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

Shades of Pale Leaf #C9DBA6

Tints of Pale Leaf #C9DBA6

Color information

#C9DBA6 (or 0xC9DBA6) is unknown color: approx Pale Leaf. HEX triplet: C9, DB and A6. RGB value is (201,219,166). Sum of RGB (Red+Green+Blue) = 201+219+166=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DBA6 is #362459. Grayscale: #CFCFCF. Windows color (decimal): -3548250 or 10935241. OLE color: 10935241.

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

Color convert

RGB201219166-
CMYK0.0800.240.14
HSL80.38º42.4%75.49%-
HSV(B)80.38º24.2%85.88%-
XYZ56.365.8345.82-
YUV207.58104.54123.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 166 (65.23% from 255) = 28.33%
R=34.30%
G=37.37%
B=28.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012191660.0800.240.1480.3842.475.49
HexC9DBA68018E502a4b
Octal311333246100301612052113
Binary1100100111011011101001101000011000111010100001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBA6; }

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

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

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

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

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

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

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

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