#EBCAEF

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

Shades of Snuff #EBCAEF

Tints of Snuff #EBCAEF

Color information

#EBCAEF (or 0xEBCAEF) is unknown color: approx Snuff. HEX triplet: EB, CA and EF. RGB value is (235,202,239). Sum of RGB (Red+Green+Blue) = 235+202+239=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBCAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAEF is #143510. Grayscale: #D7D7D7. Windows color (decimal): -1324305 or 15715051. OLE color: 15715051.

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

Color convert

RGB235202239-
CMYK0.020.1500.06
HSL293.51º53.62%86.47%-
HSV(B)293.51º15.48%93.73%-
XYZ70.9666.1490.69-
YUV216.08140.93141.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.76%
GREEN value IS 202 (79.30% from 255) = 29.88%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=34.76%
G=29.88%
B=35.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352022390.020.1500.06293.5153.6286.47
HexEBCAEF2F061263656
Octal3533123572170644666126
Binary11101011110010101110111110111101101001001101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAEF; }

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

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

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

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

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

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

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

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