#EBDFE9

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

Shades of Snuff #EBDFE9

Tints of Snuff #EBDFE9

Color information

#EBDFE9 (or 0xEBDFE9) is unknown color: approx Snuff. HEX triplet: EB, DF and E9. RGB value is (235,223,233). Sum of RGB (Red+Green+Blue) = 235+223+233=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFE9 is #142016. Grayscale: #E3E3E3. Windows color (decimal): -1318935 or 15327211. OLE color: 15327211.

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

Color convert

RGB235223233-
CMYK00.050.010.08
HSL310º23.08%89.8%-
HSV(B)310º5.11%92.16%-
XYZ75.3676.3287.85-
YUV227.73130.98133.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 223 (87.5% from 255) = 32.27%
BLUE value IS 233 (91.41% from 255) = 33.72%
R=34.01%
G=32.27%
B=33.72%

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
Decimal23522323300.050.010.0831023.0889.8
HexEBDFE90518136175a
Octal3533373510511046627132
Binary111010111101111111101001010111000100110110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFE9; }

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

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

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

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

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

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

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

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