Html Css Color HEX #E1AFB0 Pale Chestnut

📋 copy color: '#E1AFB0'

red 225 ◦ green 175 ◦ blue 176

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

Shades of Pale Chestnut #E1AFB0

Tints of Pale Chestnut #E1AFB0

RGB

 RED value IS 225 (88.28% from 255) = 39.06%

 GREEN value IS 175 (68.75% from 255) = 30.38%

 BLUE value IS 176 (69.14% from 255) = 30.56%

R = 39.06%
G = 30.38%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E1AFB0 (or 0xE1AFB0) is known color: Pale Chestnut. HEX triplet: E1, AF and B0. RGB value is (225,175,176). Sum of RGB (Red+Green+Blue) = 225+175+176=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AFB0 is #1E504F. Grayscale: #BEBEBE. Windows color (decimal): -1986640 or 11579361. OLE color: 11579361.

HSL color Cylindrical-coordinate representation of color #E1AFB0: hue angle of 358.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFB0 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 176 -
CMYK 0 0.22 0.22 0.12
HSL 358.8º 0.45% 0.78% -
HSV(B) 358.8º 0.22% 0.88% -
XYZ 54.22 49.8 47.83 -
YUV 190.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 225 175 176 0 0.22 0.22 0.12 358.8 0.45 0.78
Hex E1 AF B0 0 16 16 C 167 2D 4E
Octal 341 257 260 0 26 26 14 547 55 116
Binary 11100001 10101111 10110000 0 10110 10110 1100 101100111 101101 1001110

Color Harmonies of #E1AFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFB0

Black with #E1AFB0

Text Example


Text Example

White with #E1AFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFB0; }

 p { color: rgb(225,175,176); }

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

background-color css

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

 a { background-color: rgb(225,175,176); }

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

border-color css

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

 span { border-color: rgb(225,175,176); }

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