Html Css Color HEX #C9D8AE Pale Leaf

📋 copy color: '#C9D8AE'

red 201 ◦ green 216 ◦ blue 174

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

Shades of Pale Leaf #C9D8AE

Tints of Pale Leaf #C9D8AE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.55%

 BLUE value IS 174 (68.36% from 255) = 29.44%

R = 34.01%
G = 36.55%
B = 29.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#C9D8AE (or 0xC9D8AE) is known color: Pale Leaf. HEX triplet: C9, D8 and AE. RGB value is (201,216,174). Sum of RGB (Red+Green+Blue) = 201+216+174=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D8AE is #362751. Grayscale: #CECECE. Windows color (decimal): -3549010 or 11458761. OLE color: 11458761.

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

Color convert

RGB 201 216 174 -
CMYK 0.07 0 0.19 0.15
HSL 81.43º 0.35% 0.76% -
HSV(B) 81.43º 0.19% 0.85% -
XYZ 56.28 64.59 49.54 -
YUV 206.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 201 216 174 0.07 0 0.19 0.15 81.43 0.35 0.76
Hex C9 D8 AE 7 0 13 F 51 23 4C
Octal 311 330 256 7 0 23 17 121 43 114
Binary 11001001 11011000 10101110 111 0 10011 1111 1010001 100011 1001100

Color Harmonies of #C9D8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D8AE

Black with #C9D8AE

Text Example


Text Example

White with #C9D8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D8AE; }

 p { color: rgb(201,216,174); }

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

background-color css

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

 a { background-color: rgb(201,216,174); }

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

border-color css

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

 span { border-color: rgb(201,216,174); }

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