Html Css Color HEX #E6BEC2 Melanie

📋 copy color: '#E6BEC2'

red 230 ◦ green 190 ◦ blue 194

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

Shades of Melanie #E6BEC2

Tints of Melanie #E6BEC2

RGB

 RED value IS 230 (90.23% from 255) = 37.46%

 GREEN value IS 190 (74.61% from 255) = 30.94%

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

R = 37.46%
G = 30.94%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E6BEC2 (or 0xE6BEC2) is known color: Melanie. HEX triplet: E6, BE and C2. RGB value is (230,190,194). Sum of RGB (Red+Green+Blue) = 230+190+194=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEC2 is #19413D. Grayscale: #CACACA. Windows color (decimal): -1655102 or 12762854. OLE color: 12762854.

HSL color Cylindrical-coordinate representation of color #E6BEC2: hue angle of 354º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BEC2 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 190 194 -
CMYK 0 0.17 0.16 0.10
HSL 354º 0.44% 0.82% -
HSV(B) 354º 0.17% 0.9% -
XYZ 60.78 57.54 58.94 -
YUV 202.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 230 190 194 0 0.17 0.16 0.10 354 0.44 0.82
Hex E6 BE C2 0 11 10 A 162 2C 52
Octal 346 276 302 0 21 20 12 542 54 122
Binary 11100110 10111110 11000010 0 10001 10000 1010 101100010 101100 1010010

Color Harmonies of #E6BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BEC2

Black with #E6BEC2

Text Example


Text Example

White with #E6BEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BEC2; }

 p { color: rgb(230,190,194); }

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

background-color css

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

 a { background-color: rgb(230,190,194); }

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

border-color css

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

 span { border-color: rgb(230,190,194); }

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