#EBDAE6

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

Shades of Snuff #EBDAE6

Tints of Snuff #EBDAE6

Color information

#EBDAE6 (or 0xEBDAE6) is unknown color: approx Snuff. HEX triplet: EB, DA and E6. RGB value is (235,218,230). Sum of RGB (Red+Green+Blue) = 235+218+230=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAE6 is #142519. Grayscale: #E0E0E0. Windows color (decimal): -1320218 or 15129323. OLE color: 15129323.

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

Color convert

RGB235218230-
CMYK00.070.020.08
HSL317.65º29.82%88.82%-
HSV(B)317.65º7.23%92.16%-
XYZ73.6273.5285.17-
YUV224.45131.13135.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 230 (90.23% from 255) = 33.67%
R=34.41%
G=31.92%
B=33.67%

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
Decimal23521823000.070.020.08317.6529.8288.82
HexEBDAE6072813e1e59
Octal3533323460721047636131
Binary1110101111011010111001100111101000100111110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAE6; }

 p { color: rgb(235,218,230); }

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

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

 a { background-color: rgb(235,218,230); }

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

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

 span { border-color: rgb(235,218,230); }

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