Html Css Color HEX #E0BDC4 Melanie

📋 copy color: '#E0BDC4'

red 224 ◦ green 189 ◦ blue 196

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

Shades of Melanie #E0BDC4

Tints of Melanie #E0BDC4

RGB

 RED value IS 224 (87.89% from 255) = 36.78%

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

 BLUE value IS 196 (76.95% from 255) = 32.18%

R = 36.78%
G = 31.03%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E0BDC4 (or 0xE0BDC4) is known color: Melanie. HEX triplet: E0, BD and C4. RGB value is (224,189,196). Sum of RGB (Red+Green+Blue) = 224+189+196=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDC4 is #1F423B. Grayscale: #C8C8C8. Windows color (decimal): -2048572 or 12893664. OLE color: 12893664.

HSL color Cylindrical-coordinate representation of color #E0BDC4: hue angle of 348º degrees, saturation: 0.36, 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 #E0BDC4 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 196 -
CMYK 0 0.16 0.12 0.12
HSL 348º 0.36% 0.81% -
HSV(B) 348º 0.16% 0.88% -
XYZ 58.9 56.23 59.97 -
YUV 200.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 224 189 196 0 0.16 0.12 0.12 348 0.36 0.81
Hex E0 BD C4 0 10 C C 15C 24 51
Octal 340 275 304 0 20 14 14 534 44 121
Binary 11100000 10111101 11000100 0 10000 1100 1100 101011100 100100 1010001

Color Harmonies of #E0BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDC4

Black with #E0BDC4

Text Example


Text Example

White with #E0BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDC4; }

 p { color: rgb(224,189,196); }

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

background-color css

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

 a { background-color: rgb(224,189,196); }

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

border-color css

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

 span { border-color: rgb(224,189,196); }

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