#EAE5DD

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

Shades of Soapstone #EAE5DD

Tints of Soapstone #EAE5DD

Color information

#EAE5DD (or 0xEAE5DD) is unknown color: approx Soapstone. HEX triplet: EA, E5 and DD. RGB value is (234,229,221). Sum of RGB (Red+Green+Blue) = 234+229+221=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5DD is #151A22. Grayscale: #E5E5E5. Windows color (decimal): -1382947 or 14542314. OLE color: 14542314.

HSL color Cylindrical-coordinate representation of color #EAE5DD: hue angle of 36.92º degrees, saturation: 0.24, 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 #EAE5DD is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234229221-
CMYK00.020.060.08
HSL36.92º23.64%89.22%-
HSV(B)36.92º5.56%91.76%-
XYZ7578.7579.65-
YUV229.58123.16131.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 221 (86.72% from 255) = 32.31%
R=34.21%
G=33.48%
B=32.31%

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
Decimal23422922100.020.060.0836.9223.6489.22
HexEAE5DD0268251859
Octal352345335026104530131
Binary1110101011100101110111010101101000100101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5DD; }

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

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

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

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

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

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

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

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