Html Css Color HEX #E2BCCA Melanie

📋 copy color: '#E2BCCA'

red 226 ◦ green 188 ◦ blue 202

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

Shades of Melanie #E2BCCA

Tints of Melanie #E2BCCA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.52%

 BLUE value IS 202 (79.3% from 255) = 32.79%

R = 36.69%
G = 30.52%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E2BCCA (or 0xE2BCCA) is known color: Melanie. HEX triplet: E2, BC and CA. RGB value is (226,188,202). Sum of RGB (Red+Green+Blue) = 226+188+202=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCCA is #1D4335. Grayscale: #C8C8C8. Windows color (decimal): -1917750 or 13286626. OLE color: 13286626.

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

Color convert

RGB 226 188 202 -
CMYK 0 0.17 0.11 0.11
HSL 337.89º 0.4% 0.81% -
HSV(B) 337.89º 0.17% 0.89% -
XYZ 60.01 56.4 63.6 -
YUV 200.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 226 188 202 0 0.17 0.11 0.11 337.89 0.4 0.81
Hex E2 BC CA 0 11 B B 152 28 51
Octal 342 274 312 0 21 13 13 522 50 121
Binary 11100010 10111100 11001010 0 10001 1011 1011 101010010 101000 1010001

Color Harmonies of #E2BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCCA

Black with #E2BCCA

Text Example


Text Example

White with #E2BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCCA; }

 p { color: rgb(226,188,202); }

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

background-color css

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

 a { background-color: rgb(226,188,202); }

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

border-color css

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

 span { border-color: rgb(226,188,202); }

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