Html Css Color HEX #E1C2CA Melanie

📋 copy color: '#E1C2CA'

red 225 ◦ green 194 ◦ blue 202

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

Shades of Melanie #E1C2CA

Tints of Melanie #E1C2CA

RGB

 RED value IS 225 (88.28% from 255) = 36.23%

 GREEN value IS 194 (76.17% from 255) = 31.24%

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

R = 36.23%
G = 31.24%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E1C2CA (or 0xE1C2CA) is known color: Melanie. HEX triplet: E1, C2 and CA. RGB value is (225,194,202). Sum of RGB (Red+Green+Blue) = 225+194+202=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2CA is #1E3D35. Grayscale: #CCCCCC. Windows color (decimal): -1981750 or 13288161. OLE color: 13288161.

HSL color Cylindrical-coordinate representation of color #E1C2CA: hue angle of 344.52º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1C2CA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 194 202 -
CMYK 0 0.14 0.10 0.12
HSL 344.52º 0.34% 0.82% -
HSV(B) 344.52º 0.14% 0.88% -
XYZ 61 58.86 64.02 -
YUV 204.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 225 194 202 0 0.14 0.10 0.12 344.52 0.34 0.82
Hex E1 C2 CA 0 E A C 159 22 52
Octal 341 302 312 0 16 12 14 531 42 122
Binary 11100001 11000010 11001010 0 1110 1010 1100 101011001 100010 1010010

Color Harmonies of #E1C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C2CA

Black with #E1C2CA

Text Example


Text Example

White with #E1C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C2CA; }

 p { color: rgb(225,194,202); }

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

background-color css

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

 a { background-color: rgb(225,194,202); }

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

border-color css

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

 span { border-color: rgb(225,194,202); }

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