#EAE4D9

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

Shades of Soapstone #EAE4D9

Tints of Soapstone #EAE4D9

Color information

#EAE4D9 (or 0xEAE4D9) is unknown color: approx Soapstone. HEX triplet: EA, E4 and D9. RGB value is (234,228,217). Sum of RGB (Red+Green+Blue) = 234+228+217=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4D9 is #151B26. Grayscale: #E4E4E4. Windows color (decimal): -1383207 or 14279914. OLE color: 14279914.

HSL color Cylindrical-coordinate representation of color #EAE4D9: hue angle of 38.82º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAE4D9 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234228217-
CMYK00.030.070.08
HSL38.82º28.81%88.43%-
HSV(B)38.82º7.26%91.76%-
XYZ74.277.9976.79-
YUV228.54121.49131.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 228 (89.45% from 255) = 33.58%
BLUE value IS 217 (85.16% from 255) = 31.96%
R=34.46%
G=33.58%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422821700.030.070.0838.8228.8188.43
HexEAE4D90378271d58
Octal352344331037104735130
Binary1110101011100100110110010111111000100111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4D9; }

 p { color: rgb(234,228,217); }

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

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

 a { background-color: rgb(234,228,217); }

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

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

 span { border-color: rgb(234,228,217); }

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