#E4CAFD

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

Shades of Fog #E4CAFD

Tints of Fog #E4CAFD

Color information

#E4CAFD (or 0xE4CAFD) is unknown color: approx Fog. HEX triplet: E4, CA and FD. RGB value is (228,202,253). Sum of RGB (Red+Green+Blue) = 228+202+253=683 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.38% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAFD is #1B3502. Grayscale: #D7D7D7. Windows color (decimal): -1783043 or 16632548. OLE color: 16632548.

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

Color convert

RGB228202253-
CMYK0.100.2000.01
HSL270.59º92.73%89.22%-
HSV(B)270.59º20.16%99.22%-
XYZ70.8565.83101.9-
YUV215.59149.11136.85-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.38%
GREEN value IS 202 (79.30% from 255) = 29.58%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=33.38%
G=29.58%
B=37.04%

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
Decimal2282022530.100.2000.01270.5992.7389.22
HexE4CAFDA140110f5d59
Octal344312375122401417135131
Binary1110010011001010111111011010101000110000111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CAFD; }

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

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

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

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

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

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

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

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