Html Css Color HEX #C5D1AA Pale Leaf

📋 copy color: '#C5D1AA'

red 197 ◦ green 209 ◦ blue 170

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

Shades of Pale Leaf #C5D1AA

Tints of Pale Leaf #C5D1AA

RGB

 RED value IS 197 (77.34% from 255) = 34.2%

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

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

R = 34.2%
G = 36.28%
B = 29.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#C5D1AA (or 0xC5D1AA) is known color: Pale Leaf. HEX triplet: C5, D1 and AA. RGB value is (197,209,170). Sum of RGB (Red+Green+Blue) = 197+209+170=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D1AA is #3A2E55. Grayscale: #C9C9C9. Windows color (decimal): -3812950 or 11194821. OLE color: 11194821.

HSL color Cylindrical-coordinate representation of color #C5D1AA: hue angle of 78.46º 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 #C5D1AA is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 209 170 -
CMYK 0.06 0 0.19 0.18
HSL 78.46º 0.3% 0.74% -
HSV(B) 78.46º 0.19% 0.82% -
XYZ 53.08 60.37 46.89 -
YUV 200.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 197 209 170 0.06 0 0.19 0.18 78.46 0.3 0.74
Hex C5 D1 AA 6 0 13 12 4E 1E 4A
Octal 305 321 252 6 0 23 22 116 36 112
Binary 11000101 11010001 10101010 110 0 10011 10010 1001110 11110 1001010

Color Harmonies of #C5D1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D1AA

Black with #C5D1AA

Text Example


Text Example

White with #C5D1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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