#E1CDDF

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

Shades of Snuff #E1CDDF

Tints of Snuff #E1CDDF

Color information

#E1CDDF (or 0xE1CDDF) is unknown color: approx Snuff. HEX triplet: E1, CD and DF. RGB value is (225,205,223). Sum of RGB (Red+Green+Blue) = 225+205+223=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDDF is #1E3220. Grayscale: #D4D4D4. Windows color (decimal): -1978913 or 14667233. OLE color: 14667233.

HSL color Cylindrical-coordinate representation of color #E1CDDF: hue angle of 306º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CDDF is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225205223-
CMYK00.090.010.12
HSL306º25%84.31%-
HSV(B)306º8.89%88.24%-
XYZ66.26578.87-
YUV213.03133.63136.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.46%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 223 (87.5% from 255) = 34.15%
R=34.46%
G=31.39%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520522300.090.010.123062584.31
HexE1CDDF091C1321954
Octal34131533701111446231124
Binary1110000111001101110111110100111100100110010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDDF; }

 p { color: rgb(225,205,223); }

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

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

 a { background-color: rgb(225,205,223); }

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

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

 span { border-color: rgb(225,205,223); }

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