#E2CAFF

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

Shades of Fog #E2CAFF

Tints of Fog #E2CAFF

Color information

#E2CAFF (or 0xE2CAFF) is unknown color: approx Fog. HEX triplet: E2, CA and FF. RGB value is (226,202,255). Sum of RGB (Red+Green+Blue) = 226+202+255=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAFF is #1D3500. Grayscale: #D7D7D7. Windows color (decimal): -1914113 or 16763618. OLE color: 16763618.

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

Color convert

RGB226202255-
CMYK0.110.2100
HSL267.17º100%89.61%-
HSV(B)267.17º20.78%100%-
XYZ70.5365.63103.56-
YUV215.22150.45135.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.09%
GREEN value IS 202 (79.30% from 255) = 29.58%
BLUE value IS 255 (100% from 255) = 37.34%
R=33.09%
G=29.58%
B=37.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262022550.110.2100267.1710089.61
HexE2CAFFB150010b645a
Octal342312377132500413144132
Binary1110001011001010111111111011101010010000101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAFF; }

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

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

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

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

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

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

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

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