#EBC4EF

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

Shades of Snuff #EBC4EF

Tints of Snuff #EBC4EF

Color information

#EBC4EF (or 0xEBC4EF) is unknown color: approx Snuff. HEX triplet: EB, C4 and EF. RGB value is (235,196,239). Sum of RGB (Red+Green+Blue) = 235+196+239=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4EF is #143B10. Grayscale: #D4D4D4. Windows color (decimal): -1325841 or 15713515. OLE color: 15713515.

HSL color Cylindrical-coordinate representation of color #EBC4EF: hue angle of 294.42º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC4EF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235196239-
CMYK0.020.1800.06
HSL294.42º57.33%85.29%-
HSV(B)294.42º17.99%93.73%-
XYZ69.5863.3790.23-
YUV212.56142.92144-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 196 (76.95% from 255) = 29.25%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=35.07%
G=29.25%
B=35.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351962390.020.1800.06294.4257.3385.29
HexEBC4EF212061263955
Octal3533043572220644671125
Binary111010111100010011101111101001001101001001101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4EF; }

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

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

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

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

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

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

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

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