#E5D6FD

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

Shades of Fog #E5D6FD

Tints of Fog #E5D6FD

Color information

#E5D6FD (or 0xE5D6FD) is unknown color: approx Fog. HEX triplet: E5, D6 and FD. RGB value is (229,214,253). Sum of RGB (Red+Green+Blue) = 229+214+253=696 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.90% from 696); Green value is 214 (83.98% from 255 or 30.75% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5D6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D6FD is #1A2902. Grayscale: #DEDEDE. Windows color (decimal): -1714435 or 16635621. OLE color: 16635621.

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

Color convert

RGB229214253-
CMYK0.090.1500.01
HSL263.08º90.7%91.57%-
HSV(B)263.08º15.42%99.22%-
XYZ74.0971.84102.89-
YUV222.93144.97132.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.90%
GREEN value IS 214 (83.98% from 255) = 30.75%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=32.90%
G=30.75%
B=36.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292142530.090.1500.01263.0890.791.57
HexE5D6FD9F011075b5c
Octal345326375111701407133134
Binary111001011101011011111101100111110110000011110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D6FD; }

 p { color: rgb(229,214,253); }

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

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

 a { background-color: rgb(229,214,253); }

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

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

 span { border-color: rgb(229,214,253); }

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