#EBD4E7

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

Shades of Snuff #EBD4E7

Tints of Snuff #EBD4E7

Color information

#EBD4E7 (or 0xEBD4E7) is unknown color: approx Snuff. HEX triplet: EB, D4 and E7. RGB value is (235,212,231). Sum of RGB (Red+Green+Blue) = 235+212+231=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD4E7 is #142B18. Grayscale: #DCDCDC. Windows color (decimal): -1321753 or 15193323. OLE color: 15193323.

HSL color Cylindrical-coordinate representation of color #EBD4E7: hue angle of 310.43º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD4E7 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235212231-
CMYK00.100.020.08
HSL310.43º36.51%87.65%-
HSV(B)310.43º9.79%92.16%-
XYZ72.2370.5285.41-
YUV221.04133.62137.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 212 (83.20% from 255) = 31.27%
BLUE value IS 231 (90.62% from 255) = 34.07%
R=34.66%
G=31.27%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521223100.100.020.08310.4336.5187.65
HexEBD4E70A281362558
Octal35332434701221046645130
Binary111010111101010011100111010101010001001101101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4E7; }

 p { color: rgb(235,212,231); }

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

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

 a { background-color: rgb(235,212,231); }

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

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

 span { border-color: rgb(235,212,231); }

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