Html Css Color HEX #C5D7AA Pale Leaf

📋 copy color: '#C5D7AA'

red 197 ◦ green 215 ◦ blue 170

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

Shades of Pale Leaf #C5D7AA

Tints of Pale Leaf #C5D7AA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.94%

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

R = 33.85%
G = 36.94%
B = 29.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#C5D7AA (or 0xC5D7AA) is known color: Pale Leaf. HEX triplet: C5, D7 and AA. RGB value is (197,215,170). Sum of RGB (Red+Green+Blue) = 197+215+170=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D7AA is #3A2855. Grayscale: #CCCCCC. Windows color (decimal): -3811414 or 11196357. OLE color: 11196357.

HSL color Cylindrical-coordinate representation of color #C5D7AA: hue angle of 84º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5D7AA is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 215 170 -
CMYK 0.08 0 0.21 0.16
HSL 84º 0.36% 0.75% -
HSV(B) 84º 0.21% 0.84% -
XYZ 54.58 63.37 47.39 -
YUV 204.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 197 215 170 0.08 0 0.21 0.16 84 0.36 0.75
Hex C5 D7 AA 8 0 15 10 54 24 4B
Octal 305 327 252 10 0 25 20 124 44 113
Binary 11000101 11010111 10101010 1000 0 10101 10000 1010100 100100 1001011

Color Harmonies of #C5D7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D7AA

Black with #C5D7AA

Text Example


Text Example

White with #C5D7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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