#EBCAED

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

Shades of Snuff #EBCAED

Tints of Snuff #EBCAED

Color information

#EBCAED (or 0xEBCAED) is unknown color: approx Snuff. HEX triplet: EB, CA and ED. RGB value is (235,202,237). Sum of RGB (Red+Green+Blue) = 235+202+237=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBCAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAED is #143512. Grayscale: #D7D7D7. Windows color (decimal): -1324307 or 15583979. OLE color: 15583979.

HSL color Cylindrical-coordinate representation of color #EBCAED: hue angle of 296.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBCAED is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235202237-
CMYK0.010.1500.07
HSL296.57º49.3%86.08%-
HSV(B)296.57º14.77%92.94%-
XYZ70.6766.0289.14-
YUV215.86139.93141.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 202 (79.30% from 255) = 29.97%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=34.87%
G=29.97%
B=35.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352022370.010.1500.07296.5749.386.08
HexEBCAED1F071293156
Octal3533123551170745161126
Binary1110101111001010111011011111101111001010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAED; }

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

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

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

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

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

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

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

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