#EBD6EA

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

Shades of Snuff #EBD6EA

Tints of Snuff #EBD6EA

Color information

#EBD6EA (or 0xEBD6EA) is unknown color: approx Snuff. HEX triplet: EB, D6 and EA. RGB value is (235,214,234). Sum of RGB (Red+Green+Blue) = 235+214+234=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD6EA is #142915. Grayscale: #DEDEDE. Windows color (decimal): -1321238 or 15390443. OLE color: 15390443.

HSL color Cylindrical-coordinate representation of color #EBD6EA: hue angle of 302.86º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD6EA is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235214234-
CMYK00.090.000.08
HSL302.86º34.43%88.04%-
HSV(B)302.86º8.94%92.16%-
XYZ73.1671.787.82-
YUV222.56134.46136.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 214 (83.98% from 255) = 31.33%
BLUE value IS 234 (91.80% from 255) = 34.26%
R=34.41%
G=31.33%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521423400.090.000.08302.8634.4388.04
HexEBD6EA090812f2258
Octal35332635201101045742130
Binary11101011110101101110101001001010001001011111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6EA; }

 p { color: rgb(235,214,234); }

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

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

 a { background-color: rgb(235,214,234); }

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

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

 span { border-color: rgb(235,214,234); }

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