Html Css Color HEX #C5CEAD Pale Leaf

📋 copy color: '#C5CEAD'

red 197 ◦ green 206 ◦ blue 173

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

Shades of Pale Leaf #C5CEAD

Tints of Pale Leaf #C5CEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.76%

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

R = 34.2%
G = 35.76%
B = 30.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#C5CEAD (or 0xC5CEAD) is known color: Pale Leaf. HEX triplet: C5, CE and AD. RGB value is (197,206,173). Sum of RGB (Red+Green+Blue) = 197+206+173=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CEAD is #3A3152. Grayscale: #C7C7C7. Windows color (decimal): -3813715 or 11390661. OLE color: 11390661.

HSL color Cylindrical-coordinate representation of color #C5CEAD: hue angle of 76.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5CEAD is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 206 173 -
CMYK 0.04 0 0.16 0.19
HSL 76.36º 0.25% 0.74% -
HSV(B) 76.36º 0.16% 0.81% -
XYZ 52.64 59.03 48.15 -
YUV 199.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 197 206 173 0.04 0 0.16 0.19 76.36 0.25 0.74
Hex C5 CE AD 4 0 10 13 4C 19 4A
Octal 305 316 255 4 0 20 23 114 31 112
Binary 11000101 11001110 10101101 100 0 10000 10011 1001100 11001 1001010

Color Harmonies of #C5CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEAD

Black with #C5CEAD

Text Example


Text Example

White with #C5CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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