Html Css Color HEX #C7D5AD Pale Leaf

📋 copy color: '#C7D5AD'

red 199 ◦ green 213 ◦ blue 173

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

Shades of Pale Leaf #C7D5AD

Tints of Pale Leaf #C7D5AD

RGB

 RED value IS 199 (78.13% from 255) = 34.02%

 GREEN value IS 213 (83.59% from 255) = 36.41%

 BLUE value IS 173 (67.97% from 255) = 29.57%

R = 34.02%
G = 36.41%
B = 29.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#C7D5AD (or 0xC7D5AD) is known color: Pale Leaf. HEX triplet: C7, D5 and AD. RGB value is (199,213,173). Sum of RGB (Red+Green+Blue) = 199+213+173=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D5AD is #382A52. Grayscale: #CCCCCC. Windows color (decimal): -3680851 or 11392455. OLE color: 11392455.

HSL color Cylindrical-coordinate representation of color #C7D5AD: hue angle of 81º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7D5AD is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 213 173 -
CMYK 0.07 0 0.19 0.16
HSL 81º 0.32% 0.76% -
HSV(B) 81º 0.19% 0.84% -
XYZ 54.89 62.75 48.75 -
YUV 204.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 199 213 173 0.07 0 0.19 0.16 81 0.32 0.76
Hex C7 D5 AD 7 0 13 10 51 20 4C
Octal 307 325 255 7 0 23 20 121 40 114
Binary 11000111 11010101 10101101 111 0 10011 10000 1010001 100000 1001100

Color Harmonies of #C7D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D5AD

Black with #C7D5AD

Text Example


Text Example

White with #C7D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D5AD; }

 p { color: rgb(199,213,173); }

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

background-color css

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

 a { background-color: rgb(199,213,173); }

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

border-color css

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

 span { border-color: rgb(199,213,173); }

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