#E2CFFF

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

Shades of Fog #E2CFFF

Tints of Fog #E2CFFF

Color information

#E2CFFF (or 0xE2CFFF) is unknown color: approx Fog. HEX triplet: E2, CF and FF. RGB value is (226,207,255). Sum of RGB (Red+Green+Blue) = 226+207+255=688 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.85% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFFF is #1D3000. Grayscale: #D9D9D9. Windows color (decimal): -1912833 or 16764898. OLE color: 16764898.

HSL color Cylindrical-coordinate representation of color #E2CFFF: hue angle of 263.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2CFFF is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226207255-
CMYK0.110.1900
HSL263.75º100%90.59%-
HSV(B)263.75º18.82%100%-
XYZ71.7368.01103.96-
YUV218.15148.79133.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.85%
GREEN value IS 207 (81.25% from 255) = 30.09%
BLUE value IS 255 (100% from 255) = 37.06%
R=32.85%
G=30.09%
B=37.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262072550.110.1900263.7510090.59
HexE2CFFFB1300108645b
Octal342317377132300410144133
Binary1110001011001111111111111011100110010000100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFFF; }

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

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

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

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

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

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

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

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