#EBD1E6

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

Shades of Snuff #EBD1E6

Tints of Snuff #EBD1E6

Color information

#EBD1E6 (or 0xEBD1E6) is unknown color: approx Snuff. HEX triplet: EB, D1 and E6. RGB value is (235,209,230). Sum of RGB (Red+Green+Blue) = 235+209+230=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1E6 is #142E19. Grayscale: #DBDBDB. Windows color (decimal): -1322522 or 15127019. OLE color: 15127019.

HSL color Cylindrical-coordinate representation of color #EBD1E6: hue angle of 311.54º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD1E6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235209230-
CMYK00.110.020.08
HSL311.54º39.39%87.06%-
HSV(B)311.54º11.06%92.16%-
XYZ71.3468.9884.42-
YUV219.17134.11139.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 209 (82.03% from 255) = 31.01%
BLUE value IS 230 (90.23% from 255) = 34.12%
R=34.87%
G=31.01%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520923000.110.020.08311.5439.3987.06
HexEBD1E60B281382757
Octal35332134601321047047127
Binary111010111101000111100110010111010001001110001001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1E6; }

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

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

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

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

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

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

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

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