Html Css Color HEX #C8D1AA Pale Leaf

📋 copy color: '#C8D1AA'

red 200 ◦ green 209 ◦ blue 170

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

Shades of Pale Leaf #C8D1AA

Tints of Pale Leaf #C8D1AA

RGB

 RED value IS 200 (78.52% from 255) = 34.54%

 GREEN value IS 209 (82.03% from 255) = 36.1%

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

R = 34.54%
G = 36.1%
B = 29.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#C8D1AA (or 0xC8D1AA) is known color: Pale Leaf. HEX triplet: C8, D1 and AA. RGB value is (200,209,170). Sum of RGB (Red+Green+Blue) = 200+209+170=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D1AA is #372E55. Grayscale: #CACACA. Windows color (decimal): -3616342 or 11194824. OLE color: 11194824.

HSL color Cylindrical-coordinate representation of color #C8D1AA: hue angle of 73.85º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8D1AA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 209 170 -
CMYK 0.04 0 0.19 0.18
HSL 73.85º 0.3% 0.74% -
HSV(B) 73.85º 0.19% 0.82% -
XYZ 53.88 60.78 46.92 -
YUV 201.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 200 209 170 0.04 0 0.19 0.18 73.85 0.3 0.74
Hex C8 D1 AA 4 0 13 12 4A 1E 4A
Octal 310 321 252 4 0 23 22 112 36 112
Binary 11001000 11010001 10101010 100 0 10011 10010 1001010 11110 1001010

Color Harmonies of #C8D1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D1AA

Black with #C8D1AA

Text Example


Text Example

White with #C8D1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D1AA; }

 p { color: rgb(200,209,170); }

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

background-color css

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

 a { background-color: rgb(200,209,170); }

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

border-color css

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

 span { border-color: rgb(200,209,170); }

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