#EBD4EA

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

Shades of Snuff #EBD4EA

Tints of Snuff #EBD4EA

Color information

#EBD4EA (or 0xEBD4EA) is unknown color: approx Snuff. HEX triplet: EB, D4 and EA. RGB value is (235,212,234). Sum of RGB (Red+Green+Blue) = 235+212+234=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD4EA is #142B15. Grayscale: #DDDDDD. Windows color (decimal): -1321750 or 15389931. OLE color: 15389931.

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

Color convert

RGB235212234-
CMYK00.100.000.08
HSL302.61º36.51%87.65%-
HSV(B)302.61º9.79%92.16%-
XYZ72.6670.6987.66-
YUV221.38135.12137.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 212 (83.20% from 255) = 31.13%
BLUE value IS 234 (91.80% from 255) = 34.36%
R=34.51%
G=31.13%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521223400.100.000.08302.6136.5187.65
HexEBD4EA0A0812f2558
Octal35332435201201045745130
Binary11101011110101001110101001010010001001011111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4EA; }

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

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

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

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

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

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

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

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