#EBD9E7

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

Shades of Snuff #EBD9E7

Tints of Snuff #EBD9E7

Color information

#EBD9E7 (or 0xEBD9E7) is unknown color: approx Snuff. HEX triplet: EB, D9 and E7. RGB value is (235,217,231). Sum of RGB (Red+Green+Blue) = 235+217+231=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 231 (90.62% from 255 or 33.82% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD9E7 is #142618. Grayscale: #DFDFDF. Windows color (decimal): -1320473 or 15194603. OLE color: 15194603.

HSL color Cylindrical-coordinate representation of color #EBD9E7: hue angle of 313.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 #EBD9E7 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235217231-
CMYK00.080.020.08
HSL313.33º31.03%88.63%-
HSV(B)313.33º7.66%92.16%-
XYZ73.573.0685.83-
YUV223.98131.96135.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 217 (85.16% from 255) = 31.77%
BLUE value IS 231 (90.62% from 255) = 33.82%
R=34.41%
G=31.77%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521723100.080.020.08313.3331.0388.63
HexEBD9E708281391f59
Octal35333134701021047137131
Binary11101011110110011110011101000101000100111001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9E7; }

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

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

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

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

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

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

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

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