#EBD0E5

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

Shades of Snuff #EBD0E5

Tints of Snuff #EBD0E5

Color information

#EBD0E5 (or 0xEBD0E5) is unknown color: approx Snuff. HEX triplet: EB, D0 and E5. RGB value is (235,208,229). Sum of RGB (Red+Green+Blue) = 235+208+229=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0E5 is #142F1A. Grayscale: #DADADA. Windows color (decimal): -1322779 or 15061227. OLE color: 15061227.

HSL color Cylindrical-coordinate representation of color #EBD0E5: hue angle of 313.33º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD0E5 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235208229-
CMYK00.110.030.08
HSL313.33º40.3%86.86%-
HSV(B)313.33º11.49%92.16%-
XYZ70.9668.4383.6-
YUV218.47133.95139.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 208 (81.64% from 255) = 30.95%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=34.97%
G=30.95%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520822900.110.030.08313.3340.386.86
HexEBD0E50B381392857
Octal35332034501331047150127
Binary111010111101000011100101010111110001001110011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0E5; }

 p { color: rgb(235,208,229); }

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

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

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

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

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

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

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