#EBCEE6

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

Shades of Snuff #EBCEE6

Tints of Snuff #EBCEE6

Color information

#EBCEE6 (or 0xEBCEE6) is unknown color: approx Snuff. HEX triplet: EB, CE and E6. RGB value is (235,206,230). Sum of RGB (Red+Green+Blue) = 235+206+230=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEE6 is #143119. Grayscale: #D9D9D9. Windows color (decimal): -1323290 or 15126251. OLE color: 15126251.

HSL color Cylindrical-coordinate representation of color #EBCEE6: hue angle of 310.34º 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 #EBCEE6 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235206230-
CMYK00.120.020.08
HSL310.34º42.03%86.47%-
HSV(B)310.34º12.34%92.16%-
XYZ70.6267.5284.17-
YUV217.41135.11140.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 230 (90.23% from 255) = 34.28%
R=35.02%
G=30.70%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520623000.120.020.08310.3442.0386.47
HexEBCEE60C281362a56
Octal35331634601421046652126
Binary111010111100111011100110011001010001001101101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEE6; }

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

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

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

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

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

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

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

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