#E1CFF3

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

Shades of Fog #E1CFF3

Tints of Fog #E1CFF3

Color information

#E1CFF3 (or 0xE1CFF3) is unknown color: approx Fog. HEX triplet: E1, CF and F3. RGB value is (225,207,243). Sum of RGB (Red+Green+Blue) = 225+207+243=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFF3 is #1E300C. Grayscale: #D8D8D8. Windows color (decimal): -1978381 or 15978465. OLE color: 15978465.

HSL color Cylindrical-coordinate representation of color #E1CFF3: hue angle of 270º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CFF3 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225207243-
CMYK0.070.1500.05
HSL270º60%88.24%-
HSV(B)270º14.81%95.29%-
XYZ69.5467.194.08-
YUV216.49142.96134.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.33%
GREEN value IS 207 (81.25% from 255) = 30.67%
BLUE value IS 243 (95.31% from 255) = 36%
R=33.33%
G=30.67%
B=36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252072430.070.1500.052706088.24
HexE1CFF37F0510e3c58
Octal3413173637170541674130
Binary111000011100111111110011111111101011000011101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFF3; }

 p { color: rgb(225,207,243); }

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

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

 a { background-color: rgb(225,207,243); }

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

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

 span { border-color: rgb(225,207,243); }

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