Html Css Color HEX #E2C1CC Melanie

📋 copy color: '#E2C1CC'

red 226 ◦ green 193 ◦ blue 204

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

Shades of Melanie #E2C1CC

Tints of Melanie #E2C1CC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.98%

 BLUE value IS 204 (80.08% from 255) = 32.74%

R = 36.28%
G = 30.98%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E2C1CC (or 0xE2C1CC) is known color: Melanie. HEX triplet: E2, C1 and CC. RGB value is (226,193,204). Sum of RGB (Red+Green+Blue) = 226+193+204=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C1CC is #1D3E33. Grayscale: #CCCCCC. Windows color (decimal): -1916468 or 13418978. OLE color: 13418978.

HSL color Cylindrical-coordinate representation of color #E2C1CC: hue angle of 340º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2C1CC is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 193 204 -
CMYK 0 0.15 0.10 0.11
HSL 340º 0.36% 0.82% -
HSV(B) 340º 0.15% 0.89% -
XYZ 61.33 58.67 65.22 -
YUV 204.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 226 193 204 0 0.15 0.10 0.11 340 0.36 0.82
Hex E2 C1 CC 0 F A B 154 24 52
Octal 342 301 314 0 17 12 13 524 44 122
Binary 11100010 11000001 11001100 0 1111 1010 1011 101010100 100100 1010010

Color Harmonies of #E2C1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C1CC

Black with #E2C1CC

Text Example


Text Example

White with #E2C1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C1CC; }

 p { color: rgb(226,193,204); }

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

background-color css

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

 a { background-color: rgb(226,193,204); }

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

border-color css

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

 span { border-color: rgb(226,193,204); }

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