Html Css Color HEX #C9DAAE Pale Leaf

📋 copy color: '#C9DAAE'

red 201 ◦ green 218 ◦ blue 174

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

Shades of Pale Leaf #C9DAAE

Tints of Pale Leaf #C9DAAE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.76%

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

R = 33.9%
G = 36.76%
B = 29.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#C9DAAE (or 0xC9DAAE) is known color: Pale Leaf. HEX triplet: C9, DA and AE. RGB value is (201,218,174). Sum of RGB (Red+Green+Blue) = 201+218+174=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DAAE is #362551. Grayscale: #D0D0D0. Windows color (decimal): -3548498 or 11459273. OLE color: 11459273.

HSL color Cylindrical-coordinate representation of color #C9DAAE: hue angle of 83.18º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9DAAE is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 174 -
CMYK 0.08 0 0.20 0.15
HSL 83.18º 0.37% 0.77% -
HSV(B) 83.18º 0.2% 0.85% -
XYZ 56.8 65.62 49.72 -
YUV 207.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 201 218 174 0.08 0 0.20 0.15 83.18 0.37 0.77
Hex C9 DA AE 8 0 14 F 53 25 4D
Octal 311 332 256 10 0 24 17 123 45 115
Binary 11001001 11011010 10101110 1000 0 10100 1111 1010011 100101 1001101

Color Harmonies of #C9DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAAE

Black with #C9DAAE

Text Example


Text Example

White with #C9DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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