#EBCDEA

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

Shades of Snuff #EBCDEA

Tints of Snuff #EBCDEA

Color information

#EBCDEA (or 0xEBCDEA) is unknown color: approx Snuff. HEX triplet: EB, CD and EA. RGB value is (235,205,234). Sum of RGB (Red+Green+Blue) = 235+205+234=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDEA is #143215. Grayscale: #D9D9D9. Windows color (decimal): -1323542 or 15388139. OLE color: 15388139.

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

Color convert

RGB235205234-
CMYK00.130.000.08
HSL302º42.86%86.27%-
HSV(B)302º12.77%92.16%-
XYZ70.9467.2787.09-
YUV217.28137.44140.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=34.87%
G=30.42%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520523400.130.000.0830242.8686.27
HexEBCDEA0D0812e2b56
Octal35331535201501045653126
Binary11101011110011011110101001101010001001011101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDEA; }

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

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

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

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

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

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

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

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