#E2CDFA

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

Shades of Fog #E2CDFA

Tints of Fog #E2CDFA

Color information

#E2CDFA (or 0xE2CDFA) is unknown color: approx Fog. HEX triplet: E2, CD and FA. RGB value is (226,205,250). Sum of RGB (Red+Green+Blue) = 226+205+250=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDFA is #1D3205. Grayscale: #D8D8D8. Windows color (decimal): -1913350 or 16436706. OLE color: 16436706.

HSL color Cylindrical-coordinate representation of color #E2CDFA: hue angle of 268º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2CDFA is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226205250-
CMYK0.100.1800.02
HSL268º81.82%89.22%-
HSV(B)268º18%98.04%-
XYZ70.4566.7399.61-
YUV216.41146.96134.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.19%
GREEN value IS 205 (80.47% from 255) = 30.10%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=33.19%
G=30.10%
B=36.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262052500.100.1800.0226881.8289.22
HexE2CDFAA120210c5259
Octal342315372122202414122131
Binary11100010110011011111101010101001001010000110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDFA; }

 p { color: rgb(226,205,250); }

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

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

 a { background-color: rgb(226,205,250); }

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

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

 span { border-color: rgb(226,205,250); }

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