#EBC2EE

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

Shades of Snuff #EBC2EE

Tints of Snuff #EBC2EE

Color information

#EBC2EE (or 0xEBC2EE) is unknown color: approx Snuff. HEX triplet: EB, C2 and EE. RGB value is (235,194,238). Sum of RGB (Red+Green+Blue) = 235+194+238=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBC2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2EE is #143D11. Grayscale: #D3D3D3. Windows color (decimal): -1326354 or 15647467. OLE color: 15647467.

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

Color convert

RGB235194238-
CMYK0.010.1800.07
HSL295.91º56.41%84.71%-
HSV(B)295.91º18.49%93.33%-
XYZ68.9962.4289.3-
YUV211.28143.08144.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 194 (76.17% from 255) = 29.09%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=35.23%
G=29.09%
B=35.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351942380.010.1800.07295.9156.4184.71
HexEBC2EE112071283855
Octal3533023561220745070125
Binary11101011110000101110111011001001111001010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2EE; }

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

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

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

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

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

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

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

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