#EBC2EA

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

Shades of Snuff #EBC2EA

Tints of Snuff #EBC2EA

Color information

#EBC2EA (or 0xEBC2EA) is unknown color: approx Snuff. HEX triplet: EB, C2 and EA. RGB value is (235,194,234). Sum of RGB (Red+Green+Blue) = 235+194+234=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2EA is #143D15. Grayscale: #D2D2D2. Windows color (decimal): -1326358 or 15385323. OLE color: 15385323.

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

Color convert

RGB235194234-
CMYK00.170.000.08
HSL301.46º50.62%84.12%-
HSV(B)301.46º17.45%92.16%-
XYZ68.462.1986.24-
YUV210.82141.08145.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 194 (76.17% from 255) = 29.26%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=35.44%
G=29.26%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519423400.170.000.08301.4650.6284.12
HexEBC2EA0110812d3354
Octal35330235202101045563124
Binary111010111100001011101010010001010001001011011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2EA; }

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

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

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

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

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

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

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

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