#EBCAEC

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

Shades of Snuff #EBCAEC

Tints of Snuff #EBCAEC

Color information

#EBCAEC (or 0xEBCAEC) is unknown color: approx Snuff. HEX triplet: EB, CA and EC. RGB value is (235,202,236). Sum of RGB (Red+Green+Blue) = 235+202+236=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBCAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAEC is #143513. Grayscale: #D7D7D7. Windows color (decimal): -1324308 or 15518443. OLE color: 15518443.

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

Color convert

RGB235202236-
CMYK0.000.1400.07
HSL298.24º47.22%85.88%-
HSV(B)298.24º14.41%92.55%-
XYZ70.5265.9688.37-
YUV215.74139.43141.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 202 (79.30% from 255) = 30.01%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=34.92%
G=30.01%
B=35.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352022360.000.1400.07298.2447.2285.88
HexEBCAEC0E0712a2f56
Octal3533123540160745257126
Binary1110101111001010111011000111001111001010101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAEC; }

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

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

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

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

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

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

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

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