#EBD4EB

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

Shades of Snuff #EBD4EB

Tints of Snuff #EBD4EB

Color information

#EBD4EB (or 0xEBD4EB) is unknown color: approx Snuff. HEX triplet: EB, D4 and EB. RGB value is (235,212,235). Sum of RGB (Red+Green+Blue) = 235+212+235=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBD4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD4EB is #142B14. Grayscale: #DDDDDD. Windows color (decimal): -1321749 or 15455467. OLE color: 15455467.

HSL color Cylindrical-coordinate representation of color #EBD4EB: hue angle of 300º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD4EB is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235212235-
CMYK00.1000.08
HSL300º36.51%87.65%-
HSV(B)300º9.79%92.16%-
XYZ72.870.7588.42-
YUV221.5135.62137.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.46%
GREEN value IS 212 (83.20% from 255) = 31.09%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=34.46%
G=31.09%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521223500.1000.0830036.5187.65
HexEBD4EB0A0812c2558
Octal35332435301201045445130
Binary11101011110101001110101101010010001001011001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4EB; }

 p { color: rgb(235,212,235); }

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

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

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

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

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

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

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