#E0CAFE

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

Shades of Fog #E0CAFE

Tints of Fog #E0CAFE

Color information

#E0CAFE (or 0xE0CAFE) is unknown color: approx Fog. HEX triplet: E0, CA and FE. RGB value is (224,202,254). Sum of RGB (Red+Green+Blue) = 224+202+254=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CAFE is #1F3501. Grayscale: #D6D6D6. Windows color (decimal): -2045186 or 16698080. OLE color: 16698080.

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

Color convert

RGB224202254-
CMYK0.120.2000.00
HSL265.38º96.3%89.41%-
HSV(B)265.38º20.47%99.61%-
XYZ69.7565.24102.68-
YUV214.51150.29134.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.94%
GREEN value IS 202 (79.30% from 255) = 29.71%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=32.94%
G=29.71%
B=37.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242022540.120.2000.00265.3896.389.41
HexE0CAFEC14001096059
Octal340312376142400411140131
Binary1110000011001010111111101100101000010000100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAFE; }

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

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

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

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

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

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

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

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