#EAE5DC

Color #EAE5DC Soapstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soapstone #EAE5DC

Tints of Soapstone #EAE5DC

Color information

#EAE5DC (or 0xEAE5DC) is unknown color: approx Soapstone. HEX triplet: EA, E5 and DC. RGB value is (234,229,220). Sum of RGB (Red+Green+Blue) = 234+229+220=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5DC is #151A23. Grayscale: #E5E5E5. Windows color (decimal): -1382948 or 14476778. OLE color: 14476778.

HSL color Cylindrical-coordinate representation of color #EAE5DC: hue angle of 38.57º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAE5DC is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234229220-
CMYK00.020.060.08
HSL38.57º25%89.02%-
HSV(B)38.57º5.98%91.76%-
XYZ74.8778.778.95-
YUV229.47122.66131.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 229 (89.84% from 255) = 33.53%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=34.26%
G=33.53%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422922000.020.060.0838.572589.02
HexEAE5DC0268271959
Octal352345334026104731131
Binary1110101011100101110111000101101000100111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5DC; }

 p { color: rgb(234,229,220); }

 H1.HeaderClassName
 {
   color: #EAE5DC;
 }
 .AnyTagClassName
 {
   color: #EAE5DC;
 }
</style>
background-color css

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

 a { background-color: rgb(234,229,220); }

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

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

 span { border-color: rgb(234,229,220); }

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