Html Css Color HEX #C9DAAA Pale Leaf

📋 copy color: '#C9DAAA'

red 201 ◦ green 218 ◦ blue 170

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

Shades of Pale Leaf #C9DAAA

Tints of Pale Leaf #C9DAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.86%

R = 34.13%
G = 37.01%
B = 28.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#C9DAAA (or 0xC9DAAA) is known color: Pale Leaf. HEX triplet: C9, DA and AA. RGB value is (201,218,170). Sum of RGB (Red+Green+Blue) = 201+218+170=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DAAA is #362555. Grayscale: #CFCFCF. Windows color (decimal): -3548502 or 11197129. OLE color: 11197129.

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

Color convert

RGB 201 218 170 -
CMYK 0.08 0 0.22 0.15
HSL 81.25º 0.39% 0.76% -
HSV(B) 81.25º 0.22% 0.85% -
XYZ 56.41 65.46 47.69 -
YUV 207.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 201 218 170 0.08 0 0.22 0.15 81.25 0.39 0.76
Hex C9 DA AA 8 0 16 F 51 27 4C
Octal 311 332 252 10 0 26 17 121 47 114
Binary 11001001 11011010 10101010 1000 0 10110 1111 1010001 100111 1001100

Color Harmonies of #C9DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DAAA

Black with #C9DAAA

Text Example


Text Example

White with #C9DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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