Html Css Color HEX #C9D9AB Pale Leaf

📋 copy color: '#C9D9AB'

red 201 ◦ green 217 ◦ blue 171

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

Shades of Pale Leaf #C9D9AB

Tints of Pale Leaf #C9D9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.03%

R = 34.13%
G = 36.84%
B = 29.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#C9D9AB (or 0xC9D9AB) is known color: Pale Leaf. HEX triplet: C9, D9 and AB. RGB value is (201,217,171). Sum of RGB (Red+Green+Blue) = 201+217+171=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D9AB is #362654. Grayscale: #CFCFCF. Windows color (decimal): -3548757 or 11262409. OLE color: 11262409.

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

Color convert

RGB 201 217 171 -
CMYK 0.07 0 0.21 0.15
HSL 80.87º 0.38% 0.76% -
HSV(B) 80.87º 0.21% 0.85% -
XYZ 56.25 64.98 48.11 -
YUV 206.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 201 217 171 0.07 0 0.21 0.15 80.87 0.38 0.76
Hex C9 D9 AB 7 0 15 F 51 26 4C
Octal 311 331 253 7 0 25 17 121 46 114
Binary 11001001 11011001 10101011 111 0 10101 1111 1010001 100110 1001100

Color Harmonies of #C9D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D9AB

Black with #C9D9AB

Text Example


Text Example

White with #C9D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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