Html Css Color HEX #C5CEB8 Pale Leaf

📋 copy color: '#C5CEB8'

red 197 ◦ green 206 ◦ blue 184

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

Shades of Pale Leaf #C5CEB8

Tints of Pale Leaf #C5CEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.35%

R = 33.56%
G = 35.09%
B = 31.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#C5CEB8 (or 0xC5CEB8) is known color: Pale Leaf. HEX triplet: C5, CE and B8. RGB value is (197,206,184). Sum of RGB (Red+Green+Blue) = 197+206+184=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEB8 is #3A3147. Grayscale: #C8C8C8. Windows color (decimal): -3813704 or 12111557. OLE color: 12111557.

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

Color convert

RGB 197 206 184 -
CMYK 0.04 0 0.11 0.19
HSL 84.55º 0.18% 0.76% -
HSV(B) 84.55º 0.11% 0.81% -
XYZ 53.75 59.47 53.99 -
YUV 200.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 197 206 184 0.04 0 0.11 0.19 84.55 0.18 0.76
Hex C5 CE B8 4 0 B 13 55 12 4C
Octal 305 316 270 4 0 13 23 125 22 114
Binary 11000101 11001110 10111000 100 0 1011 10011 1010101 10010 1001100

Color Harmonies of #C5CEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEB8

Black with #C5CEB8

Text Example


Text Example

White with #C5CEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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