#E3CAFD

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

Shades of Fog #E3CAFD

Tints of Fog #E3CAFD

Color information

#E3CAFD (or 0xE3CAFD) is unknown color: approx Fog. HEX triplet: E3, CA and FD. RGB value is (227,202,253). Sum of RGB (Red+Green+Blue) = 227+202+253=682 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.28% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAFD is #1C3502. Grayscale: #D7D7D7. Windows color (decimal): -1848579 or 16632547. OLE color: 16632547.

HSL color Cylindrical-coordinate representation of color #E3CAFD: hue angle of 269.41º 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 #E3CAFD is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227202253-
CMYK0.100.2000.01
HSL269.41º92.73%89.22%-
HSV(B)269.41º20.16%99.22%-
XYZ70.5365.66101.89-
YUV215.29149.28136.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.28%
GREEN value IS 202 (79.30% from 255) = 29.62%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=33.28%
G=29.62%
B=37.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2272022530.100.2000.01269.4192.7389.22
HexE3CAFDA140110d5d59
Octal343312375122401415135131
Binary1110001111001010111111011010101000110000110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CAFD; }

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

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

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

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

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

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

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

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