#E6DAFA

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

Shades of Fog #E6DAFA

Tints of Fog #E6DAFA

Color information

#E6DAFA (or 0xE6DAFA) is unknown color: approx Fog. HEX triplet: E6, DA and FA. RGB value is (230,218,250). Sum of RGB (Red+Green+Blue) = 230+218+250=698 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.95% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6DAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAFA is #192505. Grayscale: #E1E1E1. Windows color (decimal): -1647878 or 16440038. OLE color: 16440038.

HSL color Cylindrical-coordinate representation of color #E6DAFA: hue angle of 262.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6DAFA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230218250-
CMYK0.080.1300.02
HSL262.5º76.19%91.76%-
HSV(B)262.5º12.8%98.04%-
XYZ74.9673.87100.75-
YUV225.24141.98131.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.95%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=32.95%
G=31.23%
B=35.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302182500.080.1300.02262.576.1991.76
HexE6DAFA8D021064c5c
Octal346332372101502406114134
Binary1110011011011010111110101000110101010000011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAFA; }

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

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

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

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

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

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

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

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