Color Hex Logo

#e1ccc3 Color Hex

#E1CCC3
(225,204,195)
0 Favorites   1 Comments

Color spaces of #e1ccc3

RGB 225204195
HSL0.050.330.82
HSV18°13°88°
CMYK 0.000.090.13   0.12
XYZ62.494563.133460.5219
Yxy63.13340.33570.3392
Hunter Lab79.45651.345710.4585
CIE-Lab83.51255.84837.1308

#e1ccc3 color RGB value is (225,204,195).

#e1ccc3 hex color red value is 225, green value is 204 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #e1ccc3 hue: 0.05 , saturation: 0.33 and the lightness value of e1ccc3 is 0.82.

The process color (four color CMYK) of #e1ccc3 color hex is 0.00, 0.09, 0.13, 0.12. Web safe color of #e1ccc3 is #cccccc. Color #e1ccc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001100 11000011
Octal 341 314 303
Decimal 225 204 195
Hex E1 CC C3

RGB Percentages of Color #e1ccc3

%36.06
%32.69
%31.25

CMYK Percentages of Color #e1ccc3

%0
%9
%13
%12

Triadic Colors of #e1ccc3

#e1ccc3 #c3e1cc #ccc3e1

Analogous Colors of #e1ccc3

#e1ccc3 #e1dbc3 #e1c3c9

Monochromatic Colors of #e1ccc3

#e1ccc3

Complementary Color

#e1ccc3 #c3d8e1

#e1ccc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ccc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ccc3 Color CSS Codes

.mybgcolor {background-color:#e1ccc3; } 
.myforecolor {color:#e1ccc3; }
.mybordercolor {border:3px solid #e1ccc3; }

#e1ccc3 Text Font Color

<p style="color:#e1ccc3">Text here</p>

This sample text font color is #e1ccc3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e1ccc3 Background Color

<div style="background-color:#e1ccc3">
Div content here</div>

This div background color is #e1ccc3


#e1ccc3 Border Color

<div style="border:3px solid #e1ccc3">
Div here</div>

This div border color is #e1ccc3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,204,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1ccc3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1ccc3;
  -webkit-box-shadow: 1px 1px 3px 2px #e1ccc3;
  box-shadow:         1px 1px 3px 2px #e1ccc3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,204,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1ccc3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e1ccc3;
  -webkit-box-shadow: 1px 1px 3px 2px #e1ccc3;
  box-shadow:         1px 1px 3px 2px #e1ccc3;">
Div content here</div>

This div box has shadow with color #e1ccc3


Comments

27 Nov 2023, 17:40 justforregs

The color name of hex code E1CCC3 is Dust Storm. The RGB values are 225, 204, 195 which means it is composed of 36 red, 33 green and 31 blue. The CMYK color codes, used in printers, are C0 M9 Y13 K12. In the HSVHSB scale, E1CCC3 has a hue of 18, 13 saturation and a brightness value of 88.Details of other color codes including equivalent web safe and HTML CSS colors are given in the table below. Also listed are the closest Pantone PMS and RAL colors.

Please login to write comment.