Html Css Color HEX #C9DBA5 Pale Leaf

📋 copy color: '#C9DBA5'

red 201 ◦ green 219 ◦ blue 165

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

Shades of Pale Leaf #C9DBA5

Tints of Pale Leaf #C9DBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.21%

R = 34.36%
G = 37.44%
B = 28.21%

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

#C9DBA5 (or 0xC9DBA5) is known color: Pale Leaf. HEX triplet: C9, DB and A5. RGB value is (201,219,165). Sum of RGB (Red+Green+Blue) = 201+219+165=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DBA5 is #36245A. Grayscale: #CFCFCF. Windows color (decimal): -3548251 or 10869705. OLE color: 10869705.

HSL color Cylindrical-coordinate representation of color #C9DBA5: hue angle of 80º 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 #C9DBA5 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 165 -
CMYK 0.08 0 0.25 0.14
HSL 80º 0.43% 0.75% -
HSV(B) 80º 0.25% 0.86% -
XYZ 56.21 65.8 45.33 -
YUV 207.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 201 219 165 0.08 0 0.25 0.14 80 0.43 0.75
Hex C9 DB A5 8 0 19 E 50 2B 4B
Octal 311 333 245 10 0 31 16 120 53 113
Binary 11001001 11011011 10100101 1000 0 11001 1110 1010000 101011 1001011

Color Harmonies of #C9DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DBA5

Black with #C9DBA5

Text Example


Text Example

White with #C9DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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