#EBDEE8

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

Shades of Snuff #EBDEE8

Tints of Snuff #EBDEE8

Color information

#EBDEE8 (or 0xEBDEE8) is unknown color: approx Snuff. HEX triplet: EB, DE and E8. RGB value is (235,222,232). Sum of RGB (Red+Green+Blue) = 235+222+232=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEE8 is #142117. Grayscale: #E3E3E3. Windows color (decimal): -1319192 or 15261419. OLE color: 15261419.

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

Color convert

RGB235222232-
CMYK00.060.010.08
HSL313.85º24.53%89.61%-
HSV(B)313.85º5.53%92.16%-
XYZ74.9575.7387.01-
YUV227.03130.81133.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 232 (91.02% from 255) = 33.67%
R=34.11%
G=32.22%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522223200.060.010.08313.8524.5389.61
HexEBDEE8061813a195a
Octal3533363500611047231132
Binary111010111101111011101000011011000100111010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEE8; }

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

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

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

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

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

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

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

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