#E6D7FE

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

Shades of Fog #E6D7FE

Tints of Fog #E6D7FE

Color information

#E6D7FE (or 0xE6D7FE) is unknown color: approx Fog. HEX triplet: E6, D7 and FE. RGB value is (230,215,254). Sum of RGB (Red+Green+Blue) = 230+215+254=699 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.90% from 699); Green value is 215 (84.38% from 255 or 30.76% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D7FE is #192801. Grayscale: #DFDFDF. Windows color (decimal): -1648642 or 16701414. OLE color: 16701414.

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

Color convert

RGB230215254-
CMYK0.090.1500.00
HSL263.08º95.12%91.96%-
HSV(B)263.08º15.35%99.61%-
XYZ74.8272.58103.83-
YUV223.93144.97132.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.90%
GREEN value IS 215 (84.38% from 255) = 30.76%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=32.90%
G=30.76%
B=36.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302152540.090.1500.00263.0895.1291.96
HexE6D7FE9F001075f5c
Octal346327376111700407137134
Binary111001101101011111111110100111110010000011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D7FE; }

 p { color: rgb(230,215,254); }

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

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

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

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

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

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

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