Html Css Color HEX #E0BDC2 Melanie

📋 copy color: '#E0BDC2'

red 224 ◦ green 189 ◦ blue 194

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

Shades of Melanie #E0BDC2

Tints of Melanie #E0BDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.96%

R = 36.9%
G = 31.14%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E0BDC2 (or 0xE0BDC2) is known color: Melanie. HEX triplet: E0, BD and C2. RGB value is (224,189,194). Sum of RGB (Red+Green+Blue) = 224+189+194=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDC2 is #1F423D. Grayscale: #C8C8C8. Windows color (decimal): -2048574 or 12762592. OLE color: 12762592.

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

Color convert

RGB 224 189 194 -
CMYK 0 0.16 0.13 0.12
HSL 351.43º 0.36% 0.81% -
HSV(B) 351.43º 0.16% 0.88% -
XYZ 58.68 56.14 58.78 -
YUV 200.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 224 189 194 0 0.16 0.13 0.12 351.43 0.36 0.81
Hex E0 BD C2 0 10 D C 15F 24 51
Octal 340 275 302 0 20 15 14 537 44 121
Binary 11100000 10111101 11000010 0 10000 1101 1100 101011111 100100 1010001

Color Harmonies of #E0BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDC2

Black with #E0BDC2

Text Example


Text Example

White with #E0BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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