#E7CDEC

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

Shades of Snuff #E7CDEC

Tints of Snuff #E7CDEC

Color information

#E7CDEC (or 0xE7CDEC) is unknown color: approx Snuff. HEX triplet: E7, CD and EC. RGB value is (231,205,236). Sum of RGB (Red+Green+Blue) = 231+205+236=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDEC is #183213. Grayscale: #D8D8D8. Windows color (decimal): -1585684 or 15519207. OLE color: 15519207.

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

Color convert

RGB231205236-
CMYK0.020.1300.07
HSL290.32º44.93%86.47%-
HSV(B)290.32º13.14%92.55%-
XYZ69.9366.7188.55-
YUV216.31139.11138.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.38%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=34.38%
G=30.51%
B=35.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312052360.020.1300.07290.3244.9386.47
HexE7CDEC2D071222d56
Octal3473153542150744255126
Binary11100111110011011110110010110101111001000101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDEC; }

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

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

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

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

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

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

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

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