#EBD0E7

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

Shades of Snuff #EBD0E7

Tints of Snuff #EBD0E7

Color information

#EBD0E7 (or 0xEBD0E7) is unknown color: approx Snuff. HEX triplet: EB, D0 and E7. RGB value is (235,208,231). Sum of RGB (Red+Green+Blue) = 235+208+231=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD0E7 is #142F18. Grayscale: #DADADA. Windows color (decimal): -1322777 or 15192299. OLE color: 15192299.

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

Color convert

RGB235208231-
CMYK00.110.020.08
HSL308.89º40.3%86.86%-
HSV(B)308.89º11.49%92.16%-
XYZ71.2468.5485.08-
YUV218.7134.95139.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 208 (81.64% from 255) = 30.86%
BLUE value IS 231 (90.62% from 255) = 34.27%
R=34.87%
G=30.86%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520823100.110.020.08308.8940.386.86
HexEBD0E70B281352857
Octal35332034701321046550127
Binary111010111101000011100111010111010001001101011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0E7; }

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

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

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

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

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

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

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

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