Html Css Color HEX #E1BDC9 Melanie

📋 copy color: '#E1BDC9'

red 225 ◦ green 189 ◦ blue 201

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

Shades of Melanie #E1BDC9

Tints of Melanie #E1BDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.73%

 BLUE value IS 201 (78.91% from 255) = 32.68%

R = 36.59%
G = 30.73%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E1BDC9 (or 0xE1BDC9) is known color: Melanie. HEX triplet: E1, BD and C9. RGB value is (225,189,201). Sum of RGB (Red+Green+Blue) = 225+189+201=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDC9 is #1E4236. Grayscale: #C9C9C9. Windows color (decimal): -1983031 or 13221345. OLE color: 13221345.

HSL color Cylindrical-coordinate representation of color #E1BDC9: hue angle of 340º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BDC9 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 189 201 -
CMYK 0 0.16 0.11 0.12
HSL 340º 0.38% 0.81% -
HSV(B) 340º 0.16% 0.88% -
XYZ 59.79 56.62 63.04 -
YUV 201.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 225 189 201 0 0.16 0.11 0.12 340 0.38 0.81
Hex E1 BD C9 0 10 B C 154 26 51
Octal 341 275 311 0 20 13 14 524 46 121
Binary 11100001 10111101 11001001 0 10000 1011 1100 101010100 100110 1010001

Color Harmonies of #E1BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BDC9

Black with #E1BDC9

Text Example


Text Example

White with #E1BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BDC9; }

 p { color: rgb(225,189,201); }

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

background-color css

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

 a { background-color: rgb(225,189,201); }

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

border-color css

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

 span { border-color: rgb(225,189,201); }

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