#E3CDFA

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

Shades of Fog #E3CDFA

Tints of Fog #E3CDFA

Color information

#E3CDFA (or 0xE3CDFA) is unknown color: approx Fog. HEX triplet: E3, CD and FA. RGB value is (227,205,250). Sum of RGB (Red+Green+Blue) = 227+205+250=682 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.28% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CDFA is #1C3205. Grayscale: #D8D8D8. Windows color (decimal): -1847814 or 16436707. OLE color: 16436707.

HSL color Cylindrical-coordinate representation of color #E3CDFA: hue angle of 269.33º 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 #E3CDFA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227205250-
CMYK0.090.1800.02
HSL269.33º81.82%89.22%-
HSV(B)269.33º18%98.04%-
XYZ70.7766.999.62-
YUV216.71146.79135.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.28%
GREEN value IS 205 (80.47% from 255) = 30.06%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=33.28%
G=30.06%
B=36.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272052500.090.1800.02269.3381.8289.22
HexE3CDFA9120210d5259
Octal343315372112202415122131
Binary11100011110011011111101010011001001010000110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDFA; }

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

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

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

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

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

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

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

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