#EBC1EE

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

Shades of Snuff #EBC1EE

Tints of Snuff #EBC1EE

Color information

#EBC1EE (or 0xEBC1EE) is unknown color: approx Snuff. HEX triplet: EB, C1 and EE. RGB value is (235,193,238). Sum of RGB (Red+Green+Blue) = 235+193+238=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1EE is #143E11. Grayscale: #D2D2D2. Windows color (decimal): -1326610 or 15647211. OLE color: 15647211.

HSL color Cylindrical-coordinate representation of color #EBC1EE: hue angle of 296º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC1EE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235193238-
CMYK0.010.1900.07
HSL296º56.96%84.51%-
HSV(B)296º18.91%93.33%-
XYZ68.7661.9889.23-
YUV210.69143.41145.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 193 (75.78% from 255) = 28.98%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=35.29%
G=28.98%
B=35.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351932380.010.1900.0729656.9684.51
HexEBC1EE113071283955
Octal3533013561230745071125
Binary11101011110000011110111011001101111001010001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1EE; }

 p { color: rgb(235,193,238); }

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

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

 a { background-color: rgb(235,193,238); }

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

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

 span { border-color: rgb(235,193,238); }

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