#E7CDEA

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

Shades of Snuff #E7CDEA

Tints of Snuff #E7CDEA

Color information

#E7CDEA (or 0xE7CDEA) is unknown color: approx Snuff. HEX triplet: E7, CD and EA. RGB value is (231,205,234). Sum of RGB (Red+Green+Blue) = 231+205+234=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7CDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDEA is #183215. Grayscale: #D7D7D7. Windows color (decimal): -1585686 or 15388135. OLE color: 15388135.

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

Color convert

RGB231205234-
CMYK0.010.1200.08
HSL293.79º40.85%86.08%-
HSV(B)293.79º12.39%91.76%-
XYZ69.6466.5987.03-
YUV216.08138.11138.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.48%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=34.48%
G=30.60%
B=34.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312052340.010.1200.08293.7940.8586.08
HexE7CDEA1C081262956
Octal34731535211401044651126
Binary11100111110011011110101011100010001001001101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDEA; }

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

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

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

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

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

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

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

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