#E0C8FF

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

Shades of Fog #E0C8FF

Tints of Fog #E0C8FF

Color information

#E0C8FF (or 0xE0C8FF) is unknown color: approx Fog. HEX triplet: E0, C8 and FF. RGB value is (224,200,255). Sum of RGB (Red+Green+Blue) = 224+200+255=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 200 (78.52% from 255 or 29.46% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C8FF is #1F3700. Grayscale: #D5D5D5. Windows color (decimal): -2045697 or 16763104. OLE color: 16763104.

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

Color convert

RGB224200255-
CMYK0.120.2200
HSL266.18º100%89.22%-
HSV(B)266.18º21.57%100%-
XYZ69.4464.38103.37-
YUV213.45151.45135.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.99%
GREEN value IS 200 (78.52% from 255) = 29.46%
BLUE value IS 255 (100% from 255) = 37.56%
R=32.99%
G=29.46%
B=37.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242002550.120.2200266.1810089.22
HexE0C8FFC160010a6459
Octal340310377142600412144131
Binary1110000011001000111111111100101100010000101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C8FF; }

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

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

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

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

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

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

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

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