#E0CAFF

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

Shades of Fog #E0CAFF

Tints of Fog #E0CAFF

Color information

#E0CAFF (or 0xE0CAFF) is unknown color: approx Fog. HEX triplet: E0, CA and FF. RGB value is (224,202,255). Sum of RGB (Red+Green+Blue) = 224+202+255=681 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.89% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CAFF is #1F3500. Grayscale: #D6D6D6. Windows color (decimal): -2045185 or 16763616. OLE color: 16763616.

HSL color Cylindrical-coordinate representation of color #E0CAFF: hue angle of 264.91º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0CAFF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224202255-
CMYK0.120.2100
HSL264.91º100%89.61%-
HSV(B)264.91º20.78%100%-
XYZ69.9165.31103.53-
YUV214.62150.79134.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.89%
GREEN value IS 202 (79.30% from 255) = 29.66%
BLUE value IS 255 (100% from 255) = 37.44%
R=32.89%
G=29.66%
B=37.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242022550.120.2100264.9110089.61
HexE0CAFFC1500109645a
Octal340312377142500411144132
Binary1110000011001010111111111100101010010000100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAFF; }

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

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

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

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

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

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

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

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