#E2CFFA

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

Shades of Fog #E2CFFA

Tints of Fog #E2CFFA

Color information

#E2CFFA (or 0xE2CFFA) is unknown color: approx Fog. HEX triplet: E2, CF and FA. RGB value is (226,207,250). Sum of RGB (Red+Green+Blue) = 226+207+250=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFFA is #1D3005. Grayscale: #D9D9D9. Windows color (decimal): -1912838 or 16437218. OLE color: 16437218.

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

Color convert

RGB226207250-
CMYK0.100.1700.02
HSL266.51º81.13%89.61%-
HSV(B)266.51º17.2%98.04%-
XYZ70.9367.799.77-
YUV217.58146.29134-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.09%
GREEN value IS 207 (81.25% from 255) = 30.31%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=33.09%
G=30.31%
B=36.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262072500.100.1700.02266.5181.1389.61
HexE2CFFAA110210b515a
Octal342317372122102413121132
Binary11100010110011111111101010101000101010000101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFFA; }

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

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

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

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

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

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

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

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