#EBDDE9

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

Shades of Snuff #EBDDE9

Tints of Snuff #EBDDE9

Color information

#EBDDE9 (or 0xEBDDE9) is unknown color: approx Snuff. HEX triplet: EB, DD and E9. RGB value is (235,221,233). Sum of RGB (Red+Green+Blue) = 235+221+233=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDE9 is #142216. Grayscale: #E2E2E2. Windows color (decimal): -1319447 or 15326699. OLE color: 15326699.

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

Color convert

RGB235221233-
CMYK00.060.010.08
HSL308.57º25.93%89.41%-
HSV(B)308.57º5.96%92.16%-
XYZ74.8375.2687.67-
YUV226.55131.64134.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 233 (91.41% from 255) = 33.82%
R=34.11%
G=32.08%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522123300.060.010.08308.5725.9389.41
HexEBDDE906181351a59
Octal3533353510611046532131
Binary111010111101110111101001011011000100110101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDE9; }

 p { color: rgb(235,221,233); }

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

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

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

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

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

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

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