Html Css Color HEX #C9D9AA Pale Leaf

📋 copy color: '#C9D9AA'

red 201 ◦ green 217 ◦ blue 170

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

Shades of Pale Leaf #C9D9AA

Tints of Pale Leaf #C9D9AA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.9%

 BLUE value IS 170 (66.8% from 255) = 28.91%

R = 34.18%
G = 36.9%
B = 28.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#C9D9AA (or 0xC9D9AA) is known color: Pale Leaf. HEX triplet: C9, D9 and AA. RGB value is (201,217,170). Sum of RGB (Red+Green+Blue) = 201+217+170=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D9AA is #362655. Grayscale: #CFCFCF. Windows color (decimal): -3548758 or 11196873. OLE color: 11196873.

HSL color Cylindrical-coordinate representation of color #C9D9AA: hue angle of 80.43º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9D9AA is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 217 170 -
CMYK 0.07 0 0.22 0.15
HSL 80.43º 0.38% 0.76% -
HSV(B) 80.43º 0.22% 0.85% -
XYZ 56.16 64.95 47.61 -
YUV 206.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 201 217 170 0.07 0 0.22 0.15 80.43 0.38 0.76
Hex C9 D9 AA 7 0 16 F 50 26 4C
Octal 311 331 252 7 0 26 17 120 46 114
Binary 11001001 11011001 10101010 111 0 10110 1111 1010000 100110 1001100

Color Harmonies of #C9D9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D9AA

Black with #C9D9AA

Text Example


Text Example

White with #C9D9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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