#C9DCAD

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

Shades of Pale Leaf #C9DCAD

Tints of Pale Leaf #C9DCAD

Color information

#C9DCAD (or 0xC9DCAD) is unknown color: approx Pale Leaf. HEX triplet: C9, DC and AD. RGB value is (201,220,173). Sum of RGB (Red+Green+Blue) = 201+220+173=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DCAD is #362352. Grayscale: #D1D1D1. Windows color (decimal): -3547987 or 11394249. OLE color: 11394249.

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

Color convert

RGB201220173-
CMYK0.0900.210.14
HSL84.26º40.17%77.06%-
HSV(B)84.26º21.36%86.27%-
XYZ57.2266.6249.38-
YUV208.96107.71122.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.84%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 173 (67.97% from 255) = 29.12%
R=33.84%
G=37.04%
B=29.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012201730.0900.210.1484.2640.1777.06
HexC9DCAD9015E54284d
Octal311334255110251612450115
Binary1100100111011100101011011001010101111010101001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCAD; }

 p { color: rgb(201,220,173); }

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

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

 a { background-color: rgb(201,220,173); }

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

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

 span { border-color: rgb(201,220,173); }

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