Html Css Color HEX #C9DBAE Pale Leaf

📋 copy color: '#C9DBAE'

red 201 ◦ green 219 ◦ blue 174

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

Shades of Pale Leaf #C9DBAE

Tints of Pale Leaf #C9DBAE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.87%

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

R = 33.84%
G = 36.87%
B = 29.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#C9DBAE (or 0xC9DBAE) is known color: Pale Leaf. HEX triplet: C9, DB and AE. RGB value is (201,219,174). Sum of RGB (Red+Green+Blue) = 201+219+174=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DBAE is #362451. Grayscale: #D0D0D0. Windows color (decimal): -3548242 or 11459529. OLE color: 11459529.

HSL color Cylindrical-coordinate representation of color #C9DBAE: hue angle of 84º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9DBAE is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 174 -
CMYK 0.08 0 0.21 0.14
HSL 84º 0.38% 0.77% -
HSV(B) 84º 0.21% 0.86% -
XYZ 57.06 66.14 49.8 -
YUV 208.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 201 219 174 0.08 0 0.21 0.14 84 0.38 0.77
Hex C9 DB AE 8 0 15 E 54 26 4D
Octal 311 333 256 10 0 25 16 124 46 115
Binary 11001001 11011011 10101110 1000 0 10101 1110 1010100 100110 1001101

Color Harmonies of #C9DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBAE

Black with #C9DBAE

Text Example


Text Example

White with #C9DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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