#E1CFF6

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

Shades of Fog #E1CFF6

Tints of Fog #E1CFF6

Color information

#E1CFF6 (or 0xE1CFF6) is unknown color: approx Fog. HEX triplet: E1, CF and F6. RGB value is (225,207,246). Sum of RGB (Red+Green+Blue) = 225+207+246=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1CFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFF6 is #1E3009. Grayscale: #D8D8D8. Windows color (decimal): -1978378 or 16175073. OLE color: 16175073.

HSL color Cylindrical-coordinate representation of color #E1CFF6: hue angle of 267.69º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1CFF6 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225207246-
CMYK0.090.1600.04
HSL267.69º68.42%88.82%-
HSV(B)267.69º15.85%96.47%-
XYZ7067.2996.49-
YUV216.83144.46133.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.19%
GREEN value IS 207 (81.25% from 255) = 30.53%
BLUE value IS 246 (96.48% from 255) = 36.28%
R=33.19%
G=30.53%
B=36.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252072460.090.1600.04267.6968.4288.82
HexE1CFF69100410c4459
Octal341317366112004414104131
Binary111000011100111111110110100110000010010000110010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFF6; }

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

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

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

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

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

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

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

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