Html Css Color HEX #EBE4D9 Soapstone

📋 copy color: '#EBE4D9'

red 235 ◦ green 228 ◦ blue 217

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

Shades of Soapstone #EBE4D9

Tints of Soapstone #EBE4D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.91%

R = 34.56%
G = 33.53%
B = 31.91%

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

#EBE4D9 (or 0xEBE4D9) is known color: Soapstone. HEX triplet: EB, E4 and D9. RGB value is (235,228,217). Sum of RGB (Red+Green+Blue) = 235+228+217=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4D9 is #141B26. Grayscale: #E4E4E4. Windows color (decimal): -1317671 or 14279915. OLE color: 14279915.

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

Color convert

RGB 235 228 217 -
CMYK 0 0.03 0.08 0.08
HSL 36.67º 0.31% 0.89% -
HSV(B) 36.67º 0.08% 0.92% -
XYZ 74.53 78.16 76.8 -
YUV 228.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 235 228 217 0 0.03 0.08 0.08 36.67 0.31 0.89
Hex EB E4 D9 0 3 8 8 25 1F 59
Octal 353 344 331 0 3 10 10 45 37 131
Binary 11101011 11100100 11011001 0 11 1000 1000 100101 11111 1011001

Color Harmonies of #EBE4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE4D9

Black with #EBE4D9

Text Example


Text Example

White with #EBE4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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