Html Css Color HEX #C9D5AD Pale Leaf

📋 copy color: '#C9D5AD'

red 201 ◦ green 213 ◦ blue 173

#C9D5AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #C9D5AD

Tints of Pale Leaf #C9D5AD

RGB

 RED value IS 201 (78.91% from 255) = 34.24%

 GREEN value IS 213 (83.59% from 255) = 36.29%

 BLUE value IS 173 (67.97% from 255) = 29.47%

R = 34.24%
G = 36.29%
B = 29.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#C9D5AD (or 0xC9D5AD) is known color: Pale Leaf. HEX triplet: C9, D5 and AD. RGB value is (201,213,173). Sum of RGB (Red+Green+Blue) = 201+213+173=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D5AD is #362A52. Grayscale: #CCCCCC. Windows color (decimal): -3549779 or 11392457. OLE color: 11392457.

HSL color Cylindrical-coordinate representation of color #C9D5AD: hue angle of 78º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9D5AD is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 213 173 -
CMYK 0.06 0 0.19 0.16
HSL 78º 0.32% 0.76% -
HSV(B) 78º 0.19% 0.84% -
XYZ 55.42 63.02 48.78 -
YUV 204.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 201 213 173 0.06 0 0.19 0.16 78 0.32 0.76
Hex C9 D5 AD 6 0 13 10 4E 20 4C
Octal 311 325 255 6 0 23 20 116 40 114
Binary 11001001 11010101 10101101 110 0 10011 10000 1001110 100000 1001100

Color Harmonies of #C9D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D5AD

Black with #C9D5AD

Text Example


Text Example

White with #C9D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D5AD; }

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

 H1.HeaderClassName
 {
   color: #C9D5AD;
 }
 .AnyTagClassName
 {
   color: #C9D5AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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