#E7CDEB

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

Shades of Snuff #E7CDEB

Tints of Snuff #E7CDEB

Color information

#E7CDEB (or 0xE7CDEB) is unknown color: approx Snuff. HEX triplet: E7, CD and EB. RGB value is (231,205,235). Sum of RGB (Red+Green+Blue) = 231+205+235=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7CDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDEB is #183214. Grayscale: #D8D8D8. Windows color (decimal): -1585685 or 15453671. OLE color: 15453671.

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

Color convert

RGB231205235-
CMYK0.020.1300.08
HSL292º42.86%86.27%-
HSV(B)292º12.77%92.16%-
XYZ69.7866.6587.78-
YUV216.19138.61138.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.43%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=34.43%
G=30.55%
B=35.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312052350.020.1300.0829242.8686.27
HexE7CDEB2D081242b56
Octal34731535321501044453126
Binary111001111100110111101011101101010001001001001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDEB; }

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

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

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

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

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

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

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

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