#EBE3D8

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

Shades of Soapstone #EBE3D8

Tints of Soapstone #EBE3D8

Color information

#EBE3D8 (or 0xEBE3D8) is unknown color: approx Soapstone. HEX triplet: EB, E3 and D8. RGB value is (235,227,216). Sum of RGB (Red+Green+Blue) = 235+227+216=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3D8 is #141C27. Grayscale: #E4E4E4. Windows color (decimal): -1317928 or 14214123. OLE color: 14214123.

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

Color convert

RGB235227216-
CMYK00.030.080.08
HSL34.74º32.2%88.43%-
HSV(B)34.74º8.09%92.16%-
XYZ74.1277.5676.03-
YUV228.14121.15132.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 227 (89.06% from 255) = 33.48%
BLUE value IS 216 (84.77% from 255) = 31.86%
R=34.66%
G=33.48%
B=31.86%

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
Decimal23522721600.030.080.0834.7432.288.43
HexEBE3D80388232058
Octal3533433300310104340130
Binary111010111110001111011000011100010001000111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3D8; }

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

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

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

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

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

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

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

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