#E0CAFD

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

Shades of Fog #E0CAFD

Tints of Fog #E0CAFD

Color information

#E0CAFD (or 0xE0CAFD) is unknown color: approx Fog. HEX triplet: E0, CA and FD. RGB value is (224,202,253). Sum of RGB (Red+Green+Blue) = 224+202+253=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CAFD is #1F3502. Grayscale: #D6D6D6. Windows color (decimal): -2045187 or 16632544. OLE color: 16632544.

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

Color convert

RGB224202253-
CMYK0.110.2000.01
HSL265.88º92.73%89.22%-
HSV(B)265.88º20.16%99.22%-
XYZ69.5965.18101.84-
YUV214.39149.79134.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.99%
GREEN value IS 202 (79.30% from 255) = 29.75%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=32.99%
G=29.75%
B=37.26%

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
Decimal2242022530.110.2000.01265.8892.7389.22
HexE0CAFDB140110a5d59
Octal340312375132401412135131
Binary1110000011001010111111011011101000110000101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAFD; }

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

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

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

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

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

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

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

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