#E3CBFC

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

Shades of Fog #E3CBFC

Tints of Fog #E3CBFC

Color information

#E3CBFC (or 0xE3CBFC) is unknown color: approx Fog. HEX triplet: E3, CB and FC. RGB value is (227,203,252). Sum of RGB (Red+Green+Blue) = 227+203+252=682 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.28% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBFC is #1C3403. Grayscale: #D7D7D7. Windows color (decimal): -1848324 or 16567267. OLE color: 16567267.

HSL color Cylindrical-coordinate representation of color #E3CBFC: hue angle of 269.39º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3CBFC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227203252-
CMYK0.100.1900.01
HSL269.39º89.09%89.22%-
HSV(B)269.39º19.44%98.82%-
XYZ70.6166.07101.13-
YUV215.76148.45136.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.28%
GREEN value IS 203 (79.69% from 255) = 29.77%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=33.28%
G=29.77%
B=36.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2272032520.100.1900.01269.3989.0989.22
HexE3CBFCA130110d5959
Octal343313374122301415131131
Binary1110001111001011111111001010100110110000110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBFC; }

 p { color: rgb(227,203,252); }

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

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

 a { background-color: rgb(227,203,252); }

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

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

 span { border-color: rgb(227,203,252); }

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