#EFE5D8

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

Shades of Soapstone #EFE5D8

Tints of Soapstone #EFE5D8

Color information

#EFE5D8 (or 0xEFE5D8) is unknown color: approx Soapstone. HEX triplet: EF, E5 and D8. RGB value is (239,229,216). Sum of RGB (Red+Green+Blue) = 239+229+216=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 216 (84.77% from 255 or 31.58% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5D8 is #101A27. Grayscale: #E6E6E6. Windows color (decimal): -1055272 or 14214639. OLE color: 14214639.

HSL color Cylindrical-coordinate representation of color #EFE5D8: hue angle of 33.91º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE5D8 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239229216-
CMYK00.040.100.06
HSL33.91º41.82%89.22%-
HSV(B)33.91º9.62%93.73%-
XYZ76.0179.3576.28-
YUV230.51119.81134.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 216 (84.77% from 255) = 31.58%
R=34.94%
G=33.48%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922921600.040.100.0633.9141.8289.22
HexEFE5D804A6222a59
Octal357345330041264252131
Binary111011111110010111011000010010101101000101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5D8; }

 p { color: rgb(239,229,216); }

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

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

 a { background-color: rgb(239,229,216); }

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

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

 span { border-color: rgb(239,229,216); }

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