#E1CAFD

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

Shades of Fog #E1CAFD

Tints of Fog #E1CAFD

Color information

#E1CAFD (or 0xE1CAFD) is unknown color: approx Fog. HEX triplet: E1, CA and FD. RGB value is (225,202,253). Sum of RGB (Red+Green+Blue) = 225+202+253=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAFD is #1E3502. Grayscale: #D6D6D6. Windows color (decimal): -1979651 or 16632545. OLE color: 16632545.

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

Color convert

RGB225202253-
CMYK0.110.2000.01
HSL267.06º92.73%89.22%-
HSV(B)267.06º20.16%99.22%-
XYZ69.965.34101.86-
YUV214.69149.62135.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.09%
GREEN value IS 202 (79.30% from 255) = 29.71%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=33.09%
G=29.71%
B=37.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252022530.110.2000.01267.0692.7389.22
HexE1CAFDB140110b5d59
Octal341312375132401413135131
Binary1110000111001010111111011011101000110000101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAFD; }

 p { color: rgb(225,202,253); }

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

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

 a { background-color: rgb(225,202,253); }

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

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

 span { border-color: rgb(225,202,253); }

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