#EBD6EB

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

Shades of Snuff #EBD6EB

Tints of Snuff #EBD6EB

Color information

#EBD6EB (or 0xEBD6EB) is unknown color: approx Snuff. HEX triplet: EB, D6 and EB. RGB value is (235,214,235). Sum of RGB (Red+Green+Blue) = 235+214+235=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBD6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD6EB is #142914. Grayscale: #DEDEDE. Windows color (decimal): -1321237 or 15455979. OLE color: 15455979.

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

Color convert

RGB235214235-
CMYK00.0900.08
HSL300º34.43%88.04%-
HSV(B)300º8.94%92.16%-
XYZ73.371.7588.58-
YUV222.67134.96136.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 214 (83.98% from 255) = 31.29%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=34.36%
G=31.29%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521423500.0900.0830034.4388.04
HexEBD6EB090812c2258
Octal35332635301101045442130
Binary11101011110101101110101101001010001001011001000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6EB; }

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

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

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

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

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

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

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

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