#EBCEE9

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

Shades of Snuff #EBCEE9

Tints of Snuff #EBCEE9

Color information

#EBCEE9 (or 0xEBCEE9) is unknown color: approx Snuff. HEX triplet: EB, CE and E9. RGB value is (235,206,233). Sum of RGB (Red+Green+Blue) = 235+206+233=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEE9 is #143116. Grayscale: #D9D9D9. Windows color (decimal): -1323287 or 15322859. OLE color: 15322859.

HSL color Cylindrical-coordinate representation of color #EBCEE9: hue angle of 304.14º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCEE9 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235206233-
CMYK00.120.010.08
HSL304.14º42.03%86.47%-
HSV(B)304.14º12.34%92.16%-
XYZ71.0467.6986.41-
YUV217.75136.61140.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 206 (80.86% from 255) = 30.56%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=34.87%
G=30.56%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520623300.120.010.08304.1442.0386.47
HexEBCEE90C181302a56
Octal35331635101411046052126
Binary11101011110011101110100101100110001001100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEE9; }

 p { color: rgb(235,206,233); }

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

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

 a { background-color: rgb(235,206,233); }

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

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

 span { border-color: rgb(235,206,233); }

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