#E6D7FD

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

Shades of Fog #E6D7FD

Tints of Fog #E6D7FD

Color information

#E6D7FD (or 0xE6D7FD) is unknown color: approx Fog. HEX triplet: E6, D7 and FD. RGB value is (230,215,253). Sum of RGB (Red+Green+Blue) = 230+215+253=698 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.95% from 698); Green value is 215 (84.38% from 255 or 30.80% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6D7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D7FD is #192802. Grayscale: #DFDFDF. Windows color (decimal): -1648643 or 16635878. OLE color: 16635878.

HSL color Cylindrical-coordinate representation of color #E6D7FD: hue angle of 263.68º degrees, saturation: 0.9, 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 #E6D7FD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230215253-
CMYK0.090.1500.01
HSL263.68º90.48%91.76%-
HSV(B)263.68º15.02%99.22%-
XYZ74.6672.52102.99-
YUV223.82144.47132.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.95%
GREEN value IS 215 (84.38% from 255) = 30.80%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=32.95%
G=30.80%
B=36.25%

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
Decimal2302152530.090.1500.01263.6890.4891.76
HexE6D7FD9F011085a5c
Octal346327375111701410132134
Binary111001101101011111111101100111110110000100010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D7FD; }

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

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

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

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

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

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

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

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