#EBD1EF

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

Shades of Snuff #EBD1EF

Tints of Snuff #EBD1EF

Color information

#EBD1EF (or 0xEBD1EF) is unknown color: approx Snuff. HEX triplet: EB, D1 and EF. RGB value is (235,209,239). Sum of RGB (Red+Green+Blue) = 235+209+239=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBD1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1EF is #142E10. Grayscale: #DCDCDC. Windows color (decimal): -1322513 or 15716843. OLE color: 15716843.

HSL color Cylindrical-coordinate representation of color #EBD1EF: hue angle of 292º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBD1EF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235209239-
CMYK0.020.1300.06
HSL292º48.39%87.84%-
HSV(B)292º12.55%93.73%-
XYZ72.6469.591.25-
YUV220.19138.61138.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 209 (82.03% from 255) = 30.60%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=34.41%
G=30.60%
B=34.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352092390.020.1300.0629248.3987.84
HexEBD1EF2D061243058
Octal3533213572150644460130
Binary11101011110100011110111110110101101001001001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1EF; }

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

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

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

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

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

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

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

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