#E2DBF1

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

Shades of Fog #E2DBF1

Tints of Fog #E2DBF1

Color information

#E2DBF1 (or 0xE2DBF1) is unknown color: approx Fog. HEX triplet: E2, DB and F1. RGB value is (226,219,241). Sum of RGB (Red+Green+Blue) = 226+219+241=686 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.94% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBF1 is #1D240E. Grayscale: #DFDFDF. Windows color (decimal): -1909775 or 15850466. OLE color: 15850466.

HSL color Cylindrical-coordinate representation of color #E2DBF1: hue angle of 259.09º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2DBF1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226219241-
CMYK0.060.0900.05
HSL259.09º44%90.2%-
HSV(B)259.09º9.13%94.51%-
XYZ72.5773.1893.52-
YUV223.6137.82129.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.94%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=32.94%
G=31.92%
B=35.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262192410.060.0900.05259.094490.2
HexE2DBF169051032c5a
Octal3423333616110540354132
Binary111000101101101111110001110100101011000000111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBF1; }

 p { color: rgb(226,219,241); }

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

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

 a { background-color: rgb(226,219,241); }

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

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

 span { border-color: rgb(226,219,241); }

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