#EBD8E8

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

Shades of Snuff #EBD8E8

Tints of Snuff #EBD8E8

Color information

#EBD8E8 (or 0xEBD8E8) is unknown color: approx Snuff. HEX triplet: EB, D8 and E8. RGB value is (235,216,232). Sum of RGB (Red+Green+Blue) = 235+216+232=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD8E8 is #142717. Grayscale: #DFDFDF. Windows color (decimal): -1320728 or 15259883. OLE color: 15259883.

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

Color convert

RGB235216232-
CMYK00.080.010.08
HSL309.47º32.2%88.43%-
HSV(B)309.47º8.09%92.16%-
XYZ73.3872.686.49-
YUV223.5132.79136.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 216 (84.77% from 255) = 31.63%
BLUE value IS 232 (91.02% from 255) = 33.97%
R=34.41%
G=31.63%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521623200.080.010.08309.4732.288.43
HexEBD8E808181352058
Octal35333035001011046540130
Binary11101011110110001110100001000110001001101011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8E8; }

 p { color: rgb(235,216,232); }

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

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

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

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

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

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

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