Html Css Color HEX #C5D2AD Pale Leaf

📋 copy color: '#C5D2AD'

red 197 ◦ green 210 ◦ blue 173

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

Shades of Pale Leaf #C5D2AD

Tints of Pale Leaf #C5D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.21%

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

R = 33.97%
G = 36.21%
B = 29.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#C5D2AD (or 0xC5D2AD) is known color: Pale Leaf. HEX triplet: C5, D2 and AD. RGB value is (197,210,173). Sum of RGB (Red+Green+Blue) = 197+210+173=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D2AD is #3A2D52. Grayscale: #CACACA. Windows color (decimal): -3812691 or 11391685. OLE color: 11391685.

HSL color Cylindrical-coordinate representation of color #C5D2AD: hue angle of 81.08º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5D2AD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 210 173 -
CMYK 0.06 0 0.18 0.18
HSL 81.08º 0.29% 0.75% -
HSV(B) 81.08º 0.18% 0.82% -
XYZ 53.62 60.98 48.48 -
YUV 201.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 197 210 173 0.06 0 0.18 0.18 81.08 0.29 0.75
Hex C5 D2 AD 6 0 12 12 51 1D 4B
Octal 305 322 255 6 0 22 22 121 35 113
Binary 11000101 11010010 10101101 110 0 10010 10010 1010001 11101 1001011

Color Harmonies of #C5D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D2AD

Black with #C5D2AD

Text Example


Text Example

White with #C5D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D2AD; }

 p { color: rgb(197,210,173); }

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

background-color css

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

 a { background-color: rgb(197,210,173); }

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

border-color css

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

 span { border-color: rgb(197,210,173); }

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