#EBD2EF

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

Shades of Snuff #EBD2EF

Tints of Snuff #EBD2EF

Color information

#EBD2EF (or 0xEBD2EF) is unknown color: approx Snuff. HEX triplet: EB, D2 and EF. RGB value is (235,210,239). Sum of RGB (Red+Green+Blue) = 235+210+239=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBD2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2EF is #142D10. Grayscale: #DCDCDC. Windows color (decimal): -1322257 or 15717099. OLE color: 15717099.

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

Color convert

RGB235210239-
CMYK0.020.1200.06
HSL291.72º47.54%88.04%-
HSV(B)291.72º12.13%93.73%-
XYZ72.8969.9991.33-
YUV220.78138.28138.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 210 (82.42% from 255) = 30.70%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=34.36%
G=30.70%
B=34.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352102390.020.1200.06291.7247.5488.04
HexEBD2EF2C061243058
Octal3533223572140644460130
Binary11101011110100101110111110110001101001001001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2EF; }

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

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

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

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

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

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

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

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