Html Css Color HEX #C9DAAC Pale Leaf

📋 copy color: '#C9DAAC'

red 201 ◦ green 218 ◦ blue 172

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

Shades of Pale Leaf #C9DAAC

Tints of Pale Leaf #C9DAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.1%

R = 34.01%
G = 36.89%
B = 29.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#C9DAAC (or 0xC9DAAC) is known color: Pale Leaf. HEX triplet: C9, DA and AC. RGB value is (201,218,172). Sum of RGB (Red+Green+Blue) = 201+218+172=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DAAC is #362553. Grayscale: #CFCFCF. Windows color (decimal): -3548500 or 11328201. OLE color: 11328201.

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

Color convert

RGB 201 218 172 -
CMYK 0.08 0 0.21 0.15
HSL 82.17º 0.38% 0.76% -
HSV(B) 82.17º 0.21% 0.85% -
XYZ 56.61 65.54 48.7 -
YUV 207.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 201 218 172 0.08 0 0.21 0.15 82.17 0.38 0.76
Hex C9 DA AC 8 0 15 F 52 26 4C
Octal 311 332 254 10 0 25 17 122 46 114
Binary 11001001 11011010 10101100 1000 0 10101 1111 1010010 100110 1001100

Color Harmonies of #C9DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAAC

Black with #C9DAAC

Text Example


Text Example

White with #C9DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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