#E0CCF9

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

Shades of Fog #E0CCF9

Tints of Fog #E0CCF9

Color information

#E0CCF9 (or 0xE0CCF9) is unknown color: approx Fog. HEX triplet: E0, CC and F9. RGB value is (224,204,249). Sum of RGB (Red+Green+Blue) = 224+204+249=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0CCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCF9 is #1F3306. Grayscale: #D6D6D6. Windows color (decimal): -2044679 or 16370912. OLE color: 16370912.

HSL color Cylindrical-coordinate representation of color #E0CCF9: hue angle of 266.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0CCF9 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224204249-
CMYK0.100.1800.02
HSL266.67º78.95%88.82%-
HSV(B)266.67º18.07%97.65%-
XYZ69.4365.8798.68-
YUV215.11147.13134.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.09%
GREEN value IS 204 (80.08% from 255) = 30.13%
BLUE value IS 249 (97.66% from 255) = 36.78%
R=33.09%
G=30.13%
B=36.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242042490.100.1800.02266.6778.9588.82
HexE0CCF9A120210b4f59
Octal340314371122202413117131
Binary11100000110011001111100110101001001010000101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCF9; }

 p { color: rgb(224,204,249); }

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

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

 a { background-color: rgb(224,204,249); }

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

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

 span { border-color: rgb(224,204,249); }

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