Html Css Color HEX #EBDBE9 Snuff

📋 copy color: '#EBDBE9'

red 235 ◦ green 219 ◦ blue 233

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

Shades of Snuff #EBDBE9

Tints of Snuff #EBDBE9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.88%

 BLUE value IS 233 (91.41% from 255) = 33.92%

R = 34.21%
G = 31.88%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBDBE9 (or 0xEBDBE9) is known color: Snuff. HEX triplet: EB, DB and E9. RGB value is (235,219,233). Sum of RGB (Red+Green+Blue) = 235+219+233=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBE9 is #142416. Grayscale: #E1E1E1. Windows color (decimal): -1319959 or 15326187. OLE color: 15326187.

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

Color convert

RGB 235 219 233 -
CMYK 0 0.07 0.01 0.08
HSL 307.5º 0.29% 0.89% -
HSV(B) 307.5º 0.07% 0.92% -
XYZ 74.3 74.21 87.5 -
YUV 225.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 235 219 233 0 0.07 0.01 0.08 307.5 0.29 0.89
Hex EB DB E9 0 7 1 8 134 1D 59
Octal 353 333 351 0 7 1 10 464 35 131
Binary 11101011 11011011 11101001 0 111 1 1000 100110100 11101 1011001

Color Harmonies of #EBDBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBE9

Black with #EBDBE9

Text Example


Text Example

White with #EBDBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBE9; }

 p { color: rgb(235,219,233); }

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

background-color css

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

 a { background-color: rgb(235,219,233); }

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

border-color css

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

 span { border-color: rgb(235,219,233); }

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