#EBDBE7

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

Shades of Snuff #EBDBE7

Tints of Snuff #EBDBE7

Color information

#EBDBE7 (or 0xEBDBE7) is unknown color: approx Snuff. HEX triplet: EB, DB and E7. RGB value is (235,219,231). Sum of RGB (Red+Green+Blue) = 235+219+231=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBE7 is #142418. Grayscale: #E1E1E1. Windows color (decimal): -1319961 or 15195115. OLE color: 15195115.

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

Color convert

RGB235219231-
CMYK00.070.020.08
HSL315º28.57%89.02%-
HSV(B)315º6.81%92.16%-
XYZ74.0274.0986-
YUV225.15131.3135.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 231 (90.62% from 255) = 33.72%
R=34.31%
G=31.97%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521923100.070.020.0831528.5789.02
HexEBDBE7072813b1d59
Octal3533333470721047335131
Binary1110101111011011111001110111101000100111011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBE7; }

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

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

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

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

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

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

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

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