#E3D5FD

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

Shades of Fog #E3D5FD

Tints of Fog #E3D5FD

Color information

#E3D5FD (or 0xE3D5FD) is unknown color: approx Fog. HEX triplet: E3, D5 and FD. RGB value is (227,213,253). Sum of RGB (Red+Green+Blue) = 227+213+253=693 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.76% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D5FD is #1C2A02. Grayscale: #DDDDDD. Windows color (decimal): -1845763 or 16635363. OLE color: 16635363.

HSL color Cylindrical-coordinate representation of color #E3D5FD: hue angle of 261º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3D5FD is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227213253-
CMYK0.100.1600.01
HSL261º90.91%91.37%-
HSV(B)261º15.81%99.22%-
XYZ73.271.01102.78-
YUV221.75145.64131.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.76%
GREEN value IS 213 (83.59% from 255) = 30.74%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=32.76%
G=30.74%
B=36.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2272132530.100.1600.0126190.9191.37
HexE3D5FDA10011055b5b
Octal343325375122001405133133
Binary1110001111010101111111011010100000110000010110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D5FD; }

 p { color: rgb(227,213,253); }

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

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

 a { background-color: rgb(227,213,253); }

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

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

 span { border-color: rgb(227,213,253); }

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