#EBD5E7

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

Shades of Snuff #EBD5E7

Tints of Snuff #EBD5E7

Color information

#EBD5E7 (or 0xEBD5E7) is unknown color: approx Snuff. HEX triplet: EB, D5 and E7. RGB value is (235,213,231). Sum of RGB (Red+Green+Blue) = 235+213+231=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5E7 is #142A18. Grayscale: #DDDDDD. Windows color (decimal): -1321497 or 15193579. OLE color: 15193579.

HSL color Cylindrical-coordinate representation of color #EBD5E7: hue angle of 310.91º degrees, saturation: 0.35, 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 #EBD5E7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235213231-
CMYK00.090.020.08
HSL310.91º35.48%87.84%-
HSV(B)310.91º9.36%92.16%-
XYZ72.4871.0285.49-
YUV221.63133.29137.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 213 (83.59% from 255) = 31.37%
BLUE value IS 231 (90.62% from 255) = 34.02%
R=34.61%
G=31.37%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521323100.090.020.08310.9135.4887.84
HexEBD5E709281372358
Octal35332534701121046743130
Binary111010111101010111100111010011010001001101111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5E7; }

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

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

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

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

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

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

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

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