#EBDFE8

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

Shades of Snuff #EBDFE8

Tints of Snuff #EBDFE8

Color information

#EBDFE8 (or 0xEBDFE8) is unknown color: approx Snuff. HEX triplet: EB, DF and E8. RGB value is (235,223,232). Sum of RGB (Red+Green+Blue) = 235+223+232=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFE8 is #142017. Grayscale: #E3E3E3. Windows color (decimal): -1318936 or 15261675. OLE color: 15261675.

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

Color convert

RGB235223232-
CMYK00.050.010.08
HSL315º23.08%89.8%-
HSV(B)315º5.11%92.16%-
XYZ75.2176.2687.1-
YUV227.61130.48133.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 232 (91.02% from 255) = 33.62%
R=34.06%
G=32.32%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522323200.050.010.0831523.0889.8
HexEBDFE8051813b175a
Octal3533373500511047327132
Binary111010111101111111101000010111000100111011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFE8; }

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

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

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

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

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

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

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

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