Html Css Color HEX #C5D4AB Pale Leaf

📋 copy color: '#C5D4AB'

red 197 ◦ green 212 ◦ blue 171

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

Shades of Pale Leaf #C5D4AB

Tints of Pale Leaf #C5D4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.55%

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 33.97%
G = 36.55%
B = 29.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#C5D4AB (or 0xC5D4AB) is known color: Pale Leaf. HEX triplet: C5, D4 and AB. RGB value is (197,212,171). Sum of RGB (Red+Green+Blue) = 197+212+171=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D4AB is #3A2B54. Grayscale: #CACACA. Windows color (decimal): -3812181 or 11261125. OLE color: 11261125.

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

Color convert

RGB 197 212 171 -
CMYK 0.07 0 0.19 0.17
HSL 81.95º 0.32% 0.75% -
HSV(B) 81.95º 0.19% 0.83% -
XYZ 53.92 61.9 47.63 -
YUV 202.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 197 212 171 0.07 0 0.19 0.17 81.95 0.32 0.75
Hex C5 D4 AB 7 0 13 11 52 20 4B
Octal 305 324 253 7 0 23 21 122 40 113
Binary 11000101 11010100 10101011 111 0 10011 10001 1010010 100000 1001011

Color Harmonies of #C5D4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D4AB

Black with #C5D4AB

Text Example


Text Example

White with #C5D4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D4AB; }

 p { color: rgb(197,212,171); }

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

background-color css

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

 a { background-color: rgb(197,212,171); }

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

border-color css

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

 span { border-color: rgb(197,212,171); }

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