#E2CBFF

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

Shades of Fog #E2CBFF

Tints of Fog #E2CBFF

Color information

#E2CBFF (or 0xE2CBFF) is unknown color: approx Fog. HEX triplet: E2, CB and FF. RGB value is (226,203,255). Sum of RGB (Red+Green+Blue) = 226+203+255=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBFF is #1D3400. Grayscale: #D7D7D7. Windows color (decimal): -1913857 or 16763874. OLE color: 16763874.

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

Color convert

RGB226203255-
CMYK0.110.2000
HSL266.54º100%89.8%-
HSV(B)266.54º20.39%100%-
XYZ70.7766.1103.64-
YUV215.8150.12135.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.04%
GREEN value IS 203 (79.69% from 255) = 29.68%
BLUE value IS 255 (100% from 255) = 37.28%
R=33.04%
G=29.68%
B=37.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262032550.110.2000266.5410089.8
HexE2CBFFB140010b645a
Octal342313377132400413144132
Binary1110001011001011111111111011101000010000101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBFF; }

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

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

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

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

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

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

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

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