Html Css Color HEX #C9DBA4 Pale Leaf

📋 copy color: '#C9DBA4'

red 201 ◦ green 219 ◦ blue 164

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

Shades of Pale Leaf #C9DBA4

Tints of Pale Leaf #C9DBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.08%

R = 34.42%
G = 37.5%
B = 28.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#C9DBA4 (or 0xC9DBA4) is known color: Pale Leaf. HEX triplet: C9, DB and A4. RGB value is (201,219,164). Sum of RGB (Red+Green+Blue) = 201+219+164=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DBA4 is #36245B. Grayscale: #CFCFCF. Windows color (decimal): -3548252 or 10804169. OLE color: 10804169.

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

Color convert

RGB 201 219 164 -
CMYK 0.08 0 0.25 0.14
HSL 79.64º 0.43% 0.75% -
HSV(B) 79.64º 0.25% 0.86% -
XYZ 56.12 65.76 44.86 -
YUV 207.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 201 219 164 0.08 0 0.25 0.14 79.64 0.43 0.75
Hex C9 DB A4 8 0 19 E 50 2B 4B
Octal 311 333 244 10 0 31 16 120 53 113
Binary 11001001 11011011 10100100 1000 0 11001 1110 1010000 101011 1001011

Color Harmonies of #C9DBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBA4

Black with #C9DBA4

Text Example


Text Example

White with #C9DBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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