#EBC4EE

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

Shades of Snuff #EBC4EE

Tints of Snuff #EBC4EE

Color information

#EBC4EE (or 0xEBC4EE) is unknown color: approx Snuff. HEX triplet: EB, C4 and EE. RGB value is (235,196,238). Sum of RGB (Red+Green+Blue) = 235+196+238=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBC4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4EE is #143B11. Grayscale: #D4D4D4. Windows color (decimal): -1325842 or 15647979. OLE color: 15647979.

HSL color Cylindrical-coordinate representation of color #EBC4EE: hue angle of 295.71º degrees, saturation: 0.55, 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 #EBC4EE is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235196238-
CMYK0.010.1800.07
HSL295.71º55.26%85.1%-
HSV(B)295.71º17.65%93.33%-
XYZ69.4363.3289.45-
YUV212.45142.42144.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 196 (76.95% from 255) = 29.30%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=35.13%
G=29.30%
B=35.58%

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
Decimal2351962380.010.1800.07295.7155.2685.1
HexEBC4EE112071283755
Octal3533043561220745067125
Binary11101011110001001110111011001001111001010001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4EE; }

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

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

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

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

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

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

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

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