Html Css Color HEX #C5D6AE Pale Leaf

📋 copy color: '#C5D6AE'

red 197 ◦ green 214 ◦ blue 174

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

Shades of Pale Leaf #C5D6AE

Tints of Pale Leaf #C5D6AE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.58%

 BLUE value IS 174 (68.36% from 255) = 29.74%

R = 33.68%
G = 36.58%
B = 29.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#C5D6AE (or 0xC5D6AE) is known color: Pale Leaf. HEX triplet: C5, D6 and AE. RGB value is (197,214,174). Sum of RGB (Red+Green+Blue) = 197+214+174=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D6AE is #3A2951. Grayscale: #CCCCCC. Windows color (decimal): -3811666 or 11458245. OLE color: 11458245.

HSL color Cylindrical-coordinate representation of color #C5D6AE: hue angle of 85.5º degrees, saturation: 0.33, 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 #C5D6AE is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 214 174 -
CMYK 0.08 0 0.19 0.16
HSL 85.5º 0.33% 0.76% -
HSV(B) 85.5º 0.19% 0.84% -
XYZ 54.71 63.02 49.32 -
YUV 204.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 197 214 174 0.08 0 0.19 0.16 85.5 0.33 0.76
Hex C5 D6 AE 8 0 13 10 56 21 4C
Octal 305 326 256 10 0 23 20 126 41 114
Binary 11000101 11010110 10101110 1000 0 10011 10000 1010110 100001 1001100

Color Harmonies of #C5D6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D6AE

Black with #C5D6AE

Text Example


Text Example

White with #C5D6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D6AE; }

 p { color: rgb(197,214,174); }

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

background-color css

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

 a { background-color: rgb(197,214,174); }

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

border-color css

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

 span { border-color: rgb(197,214,174); }

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