#EBDAE9

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

Shades of Snuff #EBDAE9

Tints of Snuff #EBDAE9

Color information

#EBDAE9 (or 0xEBDAE9) is unknown color: approx Snuff. HEX triplet: EB, DA and E9. RGB value is (235,218,233). Sum of RGB (Red+Green+Blue) = 235+218+233=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAE9 is #142516. Grayscale: #E0E0E0. Windows color (decimal): -1320215 or 15325931. OLE color: 15325931.

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

Color convert

RGB235218233-
CMYK00.070.010.08
HSL307.06º29.82%88.82%-
HSV(B)307.06º7.23%92.16%-
XYZ74.0473.6987.41-
YUV224.79132.63135.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 233 (91.41% from 255) = 33.97%
R=34.26%
G=31.78%
B=33.97%

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
Decimal23521823300.070.010.08307.0629.8288.82
HexEBDAE907181331e59
Octal3533323510711046336131
Binary111010111101101011101001011111000100110011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAE9; }

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

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

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

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

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

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

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

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