#EBD5E6

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

Shades of Snuff #EBD5E6

Tints of Snuff #EBD5E6

Color information

#EBD5E6 (or 0xEBD5E6) is unknown color: approx Snuff. HEX triplet: EB, D5 and E6. RGB value is (235,213,230). Sum of RGB (Red+Green+Blue) = 235+213+230=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5E6 is #142A19. Grayscale: #DDDDDD. Windows color (decimal): -1321498 or 15128043. OLE color: 15128043.

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

Color convert

RGB235213230-
CMYK00.090.020.08
HSL313.64º35.48%87.84%-
HSV(B)313.64º9.36%92.16%-
XYZ72.3470.9684.75-
YUV221.52132.79137.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 213 (83.59% from 255) = 31.42%
BLUE value IS 230 (90.23% from 255) = 33.92%
R=34.66%
G=31.42%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521323000.090.020.08313.6435.4887.84
HexEBD5E6092813a2358
Octal35332534601121047243130
Binary111010111101010111100110010011010001001110101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5E6; }

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

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

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

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

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

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

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

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