#EBD9EA

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

Shades of Snuff #EBD9EA

Tints of Snuff #EBD9EA

Color information

#EBD9EA (or 0xEBD9EA) is unknown color: approx Snuff. HEX triplet: EB, D9 and EA. RGB value is (235,217,234). Sum of RGB (Red+Green+Blue) = 235+217+234=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9EA is #142615. Grayscale: #E0E0E0. Windows color (decimal): -1320470 or 15391211. OLE color: 15391211.

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

Color convert

RGB235217234-
CMYK00.080.000.08
HSL303.33º31.03%88.63%-
HSV(B)303.33º7.66%92.16%-
XYZ73.9373.2388.08-
YUV224.32133.46135.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 217 (85.16% from 255) = 31.63%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=34.26%
G=31.63%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521723400.080.000.08303.3331.0388.63
HexEBD9EA080812f1f59
Octal35333135201001045737131
Binary1110101111011001111010100100001000100101111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9EA; }

 p { color: rgb(235,217,234); }

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

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

 a { background-color: rgb(235,217,234); }

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

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

 span { border-color: rgb(235,217,234); }

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