#E6DEE5

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

Shades of Snuff #E6DEE5

Tints of Snuff #E6DEE5

Color information

#E6DEE5 (or 0xE6DEE5) is unknown color: approx Snuff. HEX triplet: E6, DE and E5. RGB value is (230,222,229). Sum of RGB (Red+Green+Blue) = 230+222+229=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEE5 is #19211A. Grayscale: #E1E1E1. Windows color (decimal): -1646875 or 15064806. OLE color: 15064806.

HSL color Cylindrical-coordinate representation of color #E6DEE5: hue angle of 307.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DEE5 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB230222229-
CMYK00.030.000.10
HSL307.5º13.79%88.63%-
HSV(B)307.5º3.48%90.2%-
XYZ72.974.7284.71-
YUV225.19130.15131.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.77%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 229 (89.84% from 255) = 33.63%
R=33.77%
G=32.60%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022222900.030.000.10307.513.7988.63
HexE6DEE5030A134e59
Octal3463363450301246416131
Binary1110011011011110111001010110101010011010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DEE5; }

 p { color: rgb(230,222,229); }

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

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

 a { background-color: rgb(230,222,229); }

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

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

 span { border-color: rgb(230,222,229); }

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