#E0CEDE

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

Shades of Snuff #E0CEDE

Tints of Snuff #E0CEDE

Color information

#E0CEDE (or 0xE0CEDE) is unknown color: approx Snuff. HEX triplet: E0, CE and DE. RGB value is (224,206,222). Sum of RGB (Red+Green+Blue) = 224+206+222=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CEDE is #1F3121. Grayscale: #D5D5D5. Windows color (decimal): -2044194 or 14601952. OLE color: 14601952.

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

Color convert

RGB224206222-
CMYK00.080.010.12
HSL306.67º22.5%84.31%-
HSV(B)306.67º8.04%87.84%-
XYZ6665.2678.23-
YUV213.21132.96135.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=34.36%
G=31.60%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420622200.080.010.12306.6722.584.31
HexE0CEDE081C1331654
Octal34031633601011446326124
Binary1110000011001110110111100100011100100110011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEDE; }

 p { color: rgb(224,206,222); }

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

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

 a { background-color: rgb(224,206,222); }

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

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

 span { border-color: rgb(224,206,222); }

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