#EBDCE7

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

Shades of Snuff #EBDCE7

Tints of Snuff #EBDCE7

Color information

#EBDCE7 (or 0xEBDCE7) is unknown color: approx Snuff. HEX triplet: EB, DC and E7. RGB value is (235,220,231). Sum of RGB (Red+Green+Blue) = 235+220+231=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCE7 is #142318. Grayscale: #E1E1E1. Windows color (decimal): -1319705 or 15195371. OLE color: 15195371.

HSL color Cylindrical-coordinate representation of color #EBDCE7: hue angle of 316º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDCE7 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235220231-
CMYK00.060.020.08
HSL316º27.27%89.22%-
HSV(B)316º6.38%92.16%-
XYZ74.2874.6286.09-
YUV225.74130.97134.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 231 (90.62% from 255) = 33.67%
R=34.26%
G=32.07%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522023100.060.020.0831627.2789.22
HexEBDCE7062813c1b59
Octal3533343470621047433131
Binary1110101111011100111001110110101000100111100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCE7; }

 p { color: rgb(235,220,231); }

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

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

 a { background-color: rgb(235,220,231); }

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

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

 span { border-color: rgb(235,220,231); }

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