#EBE3D7

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

Shades of Soapstone #EBE3D7

Tints of Soapstone #EBE3D7

Color information

#EBE3D7 (or 0xEBE3D7) is unknown color: approx Soapstone. HEX triplet: EB, E3 and D7. RGB value is (235,227,215). Sum of RGB (Red+Green+Blue) = 235+227+215=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3D7 is #141C28. Grayscale: #E4E4E4. Windows color (decimal): -1317929 or 14148587. OLE color: 14148587.

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

Color convert

RGB235227215-
CMYK00.030.090.08
HSL36º33.33%88.24%-
HSV(B)36º8.51%92.16%-
XYZ7477.5175.35-
YUV228.02120.65132.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 227 (89.06% from 255) = 33.53%
BLUE value IS 215 (84.38% from 255) = 31.76%
R=34.71%
G=33.53%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522721500.030.090.083633.3388.24
HexEBE3D70398242158
Octal3533433270311104441130
Binary111010111110001111010111011100110001001001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3D7; }

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

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

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

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

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

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

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

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