#E6E6DE

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

Shades of Snow Drift #E6E6DE

Tints of Snow Drift #E6E6DE

Color information

#E6E6DE (or 0xE6E6DE) is unknown color: approx Snow Drift. HEX triplet: E6, E6 and DE. RGB value is (230,230,222). Sum of RGB (Red+Green+Blue) = 230+230+222=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E6DE is #191921. Grayscale: #E5E5E5. Windows color (decimal): -1644834 or 14608102. OLE color: 14608102.

HSL color Cylindrical-coordinate representation of color #E6E6DE: hue angle of 60º 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 #E6E6DE is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230230222-
CMYK000.030.10
HSL60º13.79%88.63%-
HSV(B)60º3.48%90.2%-
XYZ74.1178.6980.39-
YUV229.09124128.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.72%
GREEN value IS 230 (90.23% from 255) = 33.72%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=33.72%
G=33.72%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230230222000.030.106013.7988.63
HexE6E6DE003A3ce59
Octal346346336003127416131
Binary1110011011100110110111100011101011110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E6DE; }

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

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

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

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

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

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

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

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