Html Css Color HEX #EBE4D8 Soapstone

📋 copy color: '#EBE4D8'

red 235 ◦ green 228 ◦ blue 216

#EBE4D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soapstone #EBE4D8

Tints of Soapstone #EBE4D8

RGB

 RED value IS 235 (92.19% from 255) = 34.61%

 GREEN value IS 228 (89.45% from 255) = 33.58%

 BLUE value IS 216 (84.77% from 255) = 31.81%

R = 34.61%
G = 33.58%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBE4D8 (or 0xEBE4D8) is known color: Soapstone. HEX triplet: EB, E4 and D8. RGB value is (235,228,216). Sum of RGB (Red+Green+Blue) = 235+228+216=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4D8 is #141B27. Grayscale: #E4E4E4. Windows color (decimal): -1317672 or 14214379. OLE color: 14214379.

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

Color convert

RGB 235 228 216 -
CMYK 0 0.03 0.08 0.08
HSL 37.89º 0.32% 0.88% -
HSV(B) 37.89º 0.08% 0.92% -
XYZ 74.4 78.11 76.12 -
YUV 228.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 235 228 216 0 0.03 0.08 0.08 37.89 0.32 0.88
Hex EB E4 D8 0 3 8 8 26 20 58
Octal 353 344 330 0 3 10 10 46 40 130
Binary 11101011 11100100 11011000 0 11 1000 1000 100110 100000 1011000

Color Harmonies of #EBE4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE4D8

Black with #EBE4D8

Text Example


Text Example

White with #EBE4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE4D8; }

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

 H1.HeaderClassName
 {
   color: #EBE4D8;
 }
 .AnyTagClassName
 {
   color: #EBE4D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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