Html Css Color HEX #EBE2D6 Soapstone

📋 copy color: '#EBE2D6'

red 235 ◦ green 226 ◦ blue 214

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

Shades of Soapstone #EBE2D6

Tints of Soapstone #EBE2D6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.48%

 BLUE value IS 214 (83.98% from 255) = 31.7%

R = 34.81%
G = 33.48%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBE2D6 (or 0xEBE2D6) is known color: Soapstone. HEX triplet: EB, E2 and D6. RGB value is (235,226,214). Sum of RGB (Red+Green+Blue) = 235+226+214=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2D6 is #141D29. Grayscale: #E3E3E3. Windows color (decimal): -1318186 or 14082795. OLE color: 14082795.

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

Color convert

RGB 235 226 214 -
CMYK 0 0.04 0.09 0.08
HSL 34.29º 0.34% 0.88% -
HSV(B) 34.29º 0.09% 0.92% -
XYZ 73.59 76.91 74.58 -
YUV 227.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 235 226 214 0 0.04 0.09 0.08 34.29 0.34 0.88
Hex EB E2 D6 0 4 9 8 22 22 58
Octal 353 342 326 0 4 11 10 42 42 130
Binary 11101011 11100010 11010110 0 100 1001 1000 100010 100010 1011000

Color Harmonies of #EBE2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE2D6

Black with #EBE2D6

Text Example


Text Example

White with #EBE2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE2D6; }

 p { color: rgb(235,226,214); }

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

background-color css

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

 a { background-color: rgb(235,226,214); }

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

border-color css

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

 span { border-color: rgb(235,226,214); }

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