#EAE3D8

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

Shades of Soapstone #EAE3D8

Tints of Soapstone #EAE3D8

Color information

#EAE3D8 (or 0xEAE3D8) is unknown color: approx Soapstone. HEX triplet: EA, E3 and D8. RGB value is (234,227,216). Sum of RGB (Red+Green+Blue) = 234+227+216=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE3D8 is #151C27. Grayscale: #E3E3E3. Windows color (decimal): -1383464 or 14214122. OLE color: 14214122.

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

Color convert

RGB234227216-
CMYK00.030.080.08
HSL36.67º30%88.24%-
HSV(B)36.67º7.69%91.76%-
XYZ73.877.3976.01-
YUV227.84121.32132.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 227 (89.06% from 255) = 33.53%
BLUE value IS 216 (84.77% from 255) = 31.91%
R=34.56%
G=33.53%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422721600.030.080.0836.673088.24
HexEAE3D80388251e58
Octal3523433300310104536130
Binary11101010111000111101100001110001000100101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3D8; }

 p { color: rgb(234,227,216); }

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

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

 a { background-color: rgb(234,227,216); }

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

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

 span { border-color: rgb(234,227,216); }

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