#E0CDE1

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

Shades of Snuff #E0CDE1

Tints of Snuff #E0CDE1

Color information

#E0CDE1 (or 0xE0CDE1) is unknown color: approx Snuff. HEX triplet: E0, CD and E1. RGB value is (224,205,225). Sum of RGB (Red+Green+Blue) = 224+205+225=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 225 - color contains mainly: blue. Hex color #E0CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDE1 is #1F321E. Grayscale: #D4D4D4. Windows color (decimal): -2044447 or 14798304. OLE color: 14798304.

HSL color Cylindrical-coordinate representation of color #E0CDE1: hue angle of 297º 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 #E0CDE1 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224205225-
CMYK0.000.0900.12
HSL297º25%84.31%-
HSV(B)297º8.89%88.24%-
XYZ66.1664.9580.28-
YUV212.96134.79135.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.25%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=34.25%
G=31.35%
B=34.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242052250.000.0900.122972584.31
HexE0CDE1090C1291954
Octal34031534101101445131124
Binary1110000011001101111000010100101100100101001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDE1; }

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

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

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

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

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

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

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

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