#EBD1EE

Color #EBD1EE Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #EBD1EE

Tints of Snuff #EBD1EE

Color information

#EBD1EE (or 0xEBD1EE) is unknown color: approx Snuff. HEX triplet: EB, D1 and EE. RGB value is (235,209,238). Sum of RGB (Red+Green+Blue) = 235+209+238=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBD1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1EE is #142E11. Grayscale: #DBDBDB. Windows color (decimal): -1322514 or 15651307. OLE color: 15651307.

HSL color Cylindrical-coordinate representation of color #EBD1EE: hue angle of 293.79º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBD1EE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235209238-
CMYK0.010.1200.07
HSL293.79º46.03%87.65%-
HSV(B)293.79º12.18%93.33%-
XYZ72.4969.4490.47-
YUV220.08138.11138.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 209 (82.03% from 255) = 30.65%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=34.46%
G=30.65%
B=34.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352092380.010.1200.07293.7946.0387.65
HexEBD1EE1C071262e58
Octal3533213561140744656130
Binary1110101111010001111011101110001111001001101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1EE; }

 p { color: rgb(235,209,238); }

 H1.HeaderClassName
 {
   color: #EBD1EE;
 }
 .AnyTagClassName
 {
   color: #EBD1EE;
 }
</style>
background-color css

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

 a { background-color: rgb(235,209,238); }

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

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

 span { border-color: rgb(235,209,238); }

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