#EBDBE8

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

Shades of Snuff #EBDBE8

Tints of Snuff #EBDBE8

Color information

#EBDBE8 (or 0xEBDBE8) is unknown color: approx Snuff. HEX triplet: EB, DB and E8. RGB value is (235,219,232). Sum of RGB (Red+Green+Blue) = 235+219+232=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBE8 is #142417. Grayscale: #E1E1E1. Windows color (decimal): -1319960 or 15260651. OLE color: 15260651.

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

Color convert

RGB235219232-
CMYK00.070.010.08
HSL311.25º28.57%89.02%-
HSV(B)311.25º6.81%92.16%-
XYZ74.1674.1586.75-
YUV225.27131.8134.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 232 (91.02% from 255) = 33.82%
R=34.26%
G=31.92%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521923200.070.010.08311.2528.5789.02
HexEBDBE807181371d59
Octal3533333500711046735131
Binary111010111101101111101000011111000100110111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBE8; }

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

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

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

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

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

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

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

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