Html Css Color HEX #EBE5EA Snuff

📋 copy color: '#EBE5EA'

red 235 ◦ green 229 ◦ blue 234

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

Shades of Snuff #EBE5EA

Tints of Snuff #EBE5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.81%

 BLUE value IS 234 (91.8% from 255) = 33.52%

R = 33.67%
G = 32.81%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBE5EA (or 0xEBE5EA) is known color: Snuff. HEX triplet: EB, E5 and EA. RGB value is (235,229,234). Sum of RGB (Red+Green+Blue) = 235+229+234=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5EA is #141A15. Grayscale: #E7E7E7. Windows color (decimal): -1317398 or 15394283. OLE color: 15394283.

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

Color convert

RGB 235 229 234 -
CMYK 0 0.03 0.00 0.08
HSL 310º 0.13% 0.91% -
HSV(B) 310º 0.03% 0.92% -
XYZ 77.13 79.64 89.15 -
YUV 231.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 235 229 234 0 0.03 0.00 0.08 310 0.13 0.91
Hex EB E5 EA 0 3 0 8 136 D 5B
Octal 353 345 352 0 3 0 10 466 15 133
Binary 11101011 11100101 11101010 0 11 0 1000 100110110 1101 1011011

Color Harmonies of #EBE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5EA

Black with #EBE5EA

Text Example


Text Example

White with #EBE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5EA; }

 p { color: rgb(235,229,234); }

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

background-color css

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

 a { background-color: rgb(235,229,234); }

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

border-color css

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

 span { border-color: rgb(235,229,234); }

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