#E6E6DA

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

Shades of Snow Drift #E6E6DA

Tints of Snow Drift #E6E6DA

Color information

#E6E6DA (or 0xE6E6DA) is unknown color: approx Snow Drift. HEX triplet: E6, E6 and DA. RGB value is (230,230,218). Sum of RGB (Red+Green+Blue) = 230+230+218=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E6DA is #191925. Grayscale: #E4E4E4. Windows color (decimal): -1644838 or 14345958. OLE color: 14345958.

HSL color Cylindrical-coordinate representation of color #E6E6DA: hue angle of 60º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6E6DA is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230230218-
CMYK000.050.10
HSL60º19.35%87.84%-
HSV(B)60º5.22%90.2%-
XYZ73.5878.4877.6-
YUV228.63122128.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.92%
GREEN value IS 230 (90.23% from 255) = 33.92%
BLUE value IS 218 (85.55% from 255) = 32.15%
R=33.92%
G=33.92%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230230218000.050.106019.3587.84
HexE6E6DA005A3c1358
Octal346346332005127423130
Binary111001101110011011011010001011010111100100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E6DA; }

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

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

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

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

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

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

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

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