#E3CBFA

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

Shades of Fog #E3CBFA

Tints of Fog #E3CBFA

Color information

#E3CBFA (or 0xE3CBFA) is unknown color: approx Fog. HEX triplet: E3, CB and FA. RGB value is (227,203,250). Sum of RGB (Red+Green+Blue) = 227+203+250=680 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.38% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBFA is #1C3405. Grayscale: #D7D7D7. Windows color (decimal): -1848326 or 16436195. OLE color: 16436195.

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

Color convert

RGB227203250-
CMYK0.090.1900.02
HSL270.64º82.46%88.82%-
HSV(B)270.64º18.8%98.04%-
XYZ70.2965.9499.47-
YUV215.53147.45136.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.38%
GREEN value IS 203 (79.69% from 255) = 29.85%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=33.38%
G=29.85%
B=36.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272032500.090.1900.02270.6482.4688.82
HexE3CBFA9130210f5259
Octal343313372112302417122131
Binary11100011110010111111101010011001101010000111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBFA; }

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

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

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

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

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

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

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

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