Html Css Color HEX #EBE1E8 Snuff

📋 copy color: '#EBE1E8'

red 235 ◦ green 225 ◦ blue 232

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

Shades of Snuff #EBE1E8

Tints of Snuff #EBE1E8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.51%

 BLUE value IS 232 (91.02% from 255) = 33.53%

R = 33.96%
G = 32.51%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBE1E8 (or 0xEBE1E8) is known color: Snuff. HEX triplet: EB, E1 and E8. RGB value is (235,225,232). Sum of RGB (Red+Green+Blue) = 235+225+232=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 225 (88.28% from 255 or 32.51% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1E8 is #141E17. Grayscale: #E4E4E4. Windows color (decimal): -1318424 or 15262187. OLE color: 15262187.

HSL color Cylindrical-coordinate representation of color #EBE1E8: hue angle of 318º degrees, saturation: 0.2, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBE1E8 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 225 232 -
CMYK 0 0.04 0.01 0.08
HSL 318º 0.2% 0.9% -
HSV(B) 318º 0.04% 0.92% -
XYZ 75.75 77.34 87.28 -
YUV 228.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 235 225 232 0 0.04 0.01 0.08 318 0.2 0.9
Hex EB E1 E8 0 4 1 8 13E 14 5A
Octal 353 341 350 0 4 1 10 476 24 132
Binary 11101011 11100001 11101000 0 100 1 1000 100111110 10100 1011010

Color Harmonies of #EBE1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE1E8

Black with #EBE1E8

Text Example


Text Example

White with #EBE1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE1E8; }

 p { color: rgb(235,225,232); }

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

background-color css

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

 a { background-color: rgb(235,225,232); }

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

border-color css

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

 span { border-color: rgb(235,225,232); }

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