Html Css Color HEX #E0BBC2 Melanie

📋 copy color: '#E0BBC2'

red 224 ◦ green 187 ◦ blue 194

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

Shades of Melanie #E0BBC2

Tints of Melanie #E0BBC2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.91%

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

R = 37.02%
G = 30.91%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E0BBC2 (or 0xE0BBC2) is known color: Melanie. HEX triplet: E0, BB and C2. RGB value is (224,187,194). Sum of RGB (Red+Green+Blue) = 224+187+194=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBC2 is #1F443D. Grayscale: #C6C6C6. Windows color (decimal): -2049086 or 12762080. OLE color: 12762080.

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

Color convert

RGB 224 187 194 -
CMYK 0 0.17 0.13 0.12
HSL 348.65º 0.37% 0.81% -
HSV(B) 348.65º 0.17% 0.88% -
XYZ 58.25 55.28 58.64 -
YUV 198.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 224 187 194 0 0.17 0.13 0.12 348.65 0.37 0.81
Hex E0 BB C2 0 11 D C 15D 25 51
Octal 340 273 302 0 21 15 14 535 45 121
Binary 11100000 10111011 11000010 0 10001 1101 1100 101011101 100101 1010001

Color Harmonies of #E0BBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BBC2

Black with #E0BBC2

Text Example


Text Example

White with #E0BBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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