Html Css Color HEX #E2BDC6 Melanie

📋 copy color: '#E2BDC6'

red 226 ◦ green 189 ◦ blue 198

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

Shades of Melanie #E2BDC6

Tints of Melanie #E2BDC6

RGB

 RED value IS 226 (88.67% from 255) = 36.87%

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

 BLUE value IS 198 (77.73% from 255) = 32.3%

R = 36.87%
G = 30.83%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E2BDC6 (or 0xE2BDC6) is known color: Melanie. HEX triplet: E2, BD and C6. RGB value is (226,189,198). Sum of RGB (Red+Green+Blue) = 226+189+198=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDC6 is #1D4239. Grayscale: #C9C9C9. Windows color (decimal): -1917498 or 13024738. OLE color: 13024738.

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

Color convert

RGB 226 189 198 -
CMYK 0 0.16 0.12 0.11
HSL 345.41º 0.39% 0.81% -
HSV(B) 345.41º 0.16% 0.89% -
XYZ 59.75 56.64 61.21 -
YUV 201.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 226 189 198 0 0.16 0.12 0.11 345.41 0.39 0.81
Hex E2 BD C6 0 10 C B 159 27 51
Octal 342 275 306 0 20 14 13 531 47 121
Binary 11100010 10111101 11000110 0 10000 1100 1011 101011001 100111 1010001

Color Harmonies of #E2BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDC6

Black with #E2BDC6

Text Example


Text Example

White with #E2BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDC6; }

 p { color: rgb(226,189,198); }

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

background-color css

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

 a { background-color: rgb(226,189,198); }

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

border-color css

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

 span { border-color: rgb(226,189,198); }

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