#E2CBFA

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

Shades of Fog #E2CBFA

Tints of Fog #E2CBFA

Color information

#E2CBFA (or 0xE2CBFA) is unknown color: approx Fog. HEX triplet: E2, CB and FA. RGB value is (226,203,250). Sum of RGB (Red+Green+Blue) = 226+203+250=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBFA is #1D3405. Grayscale: #D7D7D7. Windows color (decimal): -1913862 or 16436194. OLE color: 16436194.

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

Color convert

RGB226203250-
CMYK0.100.1900.02
HSL269.36º82.46%88.82%-
HSV(B)269.36º18.8%98.04%-
XYZ69.9865.7899.45-
YUV215.24147.62135.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.28%
GREEN value IS 203 (79.69% from 255) = 29.90%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=33.28%
G=29.90%
B=36.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262032500.100.1900.02269.3682.4688.82
HexE2CBFAA130210d5259
Octal342313372122302415122131
Binary11100010110010111111101010101001101010000110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBFA; }

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

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

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

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

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

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

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

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