#EBD3E7

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

Shades of Snuff #EBD3E7

Tints of Snuff #EBD3E7

Color information

#EBD3E7 (or 0xEBD3E7) is unknown color: approx Snuff. HEX triplet: EB, D3 and E7. RGB value is (235,211,231). Sum of RGB (Red+Green+Blue) = 235+211+231=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3E7 is #142C18. Grayscale: #DCDCDC. Windows color (decimal): -1322009 or 15193067. OLE color: 15193067.

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

Color convert

RGB235211231-
CMYK00.100.020.08
HSL310º37.5%87.45%-
HSV(B)310º10.21%92.16%-
XYZ71.9870.0285.32-
YUV220.46133.95138.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 211 (82.81% from 255) = 31.17%
BLUE value IS 231 (90.62% from 255) = 34.12%
R=34.71%
G=31.17%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521123100.100.020.0831037.587.45
HexEBD3E70A281362657
Octal35332334701221046646127
Binary111010111101001111100111010101010001001101101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3E7; }

 p { color: rgb(235,211,231); }

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

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

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

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

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

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

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