#EBC4F1

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

Shades of Snuff #EBC4F1

Tints of Snuff #EBC4F1

Color information

#EBC4F1 (or 0xEBC4F1) is unknown color: approx Snuff. HEX triplet: EB, C4 and F1. RGB value is (235,196,241). Sum of RGB (Red+Green+Blue) = 235+196+241=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 196 (76.95% from 255 or 29.17% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBC4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4F1 is #143B0E. Grayscale: #D4D4D4. Windows color (decimal): -1325839 or 15844587. OLE color: 15844587.

HSL color Cylindrical-coordinate representation of color #EBC4F1: hue angle of 292º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC4F1 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235196241-
CMYK0.020.1900.05
HSL292º61.64%85.69%-
HSV(B)292º18.67%94.51%-
XYZ69.8863.4991.79-
YUV212.79143.92143.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 196 (76.95% from 255) = 29.17%
BLUE value IS 241 (94.53% from 255) = 35.86%
R=34.97%
G=29.17%
B=35.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351962410.020.1900.0529261.6485.69
HexEBC4F1213051243e56
Octal3533043612230544476126
Binary111010111100010011110001101001101011001001001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4F1; }

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

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

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

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

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

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

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

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