#EBCAF1

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

Shades of Snuff #EBCAF1

Tints of Snuff #EBCAF1

Color information

#EBCAF1 (or 0xEBCAF1) is unknown color: approx Snuff. HEX triplet: EB, CA and F1. RGB value is (235,202,241). Sum of RGB (Red+Green+Blue) = 235+202+241=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBCAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAF1 is #14350E. Grayscale: #D8D8D8. Windows color (decimal): -1324303 or 15846123. OLE color: 15846123.

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

Color convert

RGB235202241-
CMYK0.020.1600.05
HSL290.77º58.21%86.86%-
HSV(B)290.77º16.18%94.51%-
XYZ71.2666.2592.25-
YUV216.31141.93141.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 202 (79.30% from 255) = 29.79%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=34.66%
G=29.79%
B=35.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352022410.020.1600.05290.7758.2186.86
HexEBCAF1210051233a57
Octal3533123612200544372127
Binary111010111100101011110001101000001011001000111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAF1; }

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

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

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

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

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

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

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

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