#E1CDFB

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

Shades of Fog #E1CDFB

Tints of Fog #E1CDFB

Color information

#E1CDFB (or 0xE1CDFB) is unknown color: approx Fog. HEX triplet: E1, CD and FB. RGB value is (225,205,251). Sum of RGB (Red+Green+Blue) = 225+205+251=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDFB is #1E3204. Grayscale: #D8D8D8. Windows color (decimal): -1978885 or 16502241. OLE color: 16502241.

HSL color Cylindrical-coordinate representation of color #E1CDFB: hue angle of 266.09º degrees, saturation: 0.85, 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 #E1CDFB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225205251-
CMYK0.100.1800.02
HSL266.09º85.19%89.41%-
HSV(B)266.09º18.33%98.43%-
XYZ70.366.64100.42-
YUV216.22147.63134.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.04%
GREEN value IS 205 (80.47% from 255) = 30.10%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=33.04%
G=30.10%
B=36.86%

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
Decimal2252052510.100.1800.02266.0985.1989.41
HexE1CDFBA120210a5559
Octal341315373122202412125131
Binary11100001110011011111101110101001001010000101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDFB; }

 p { color: rgb(225,205,251); }

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

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

 a { background-color: rgb(225,205,251); }

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

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

 span { border-color: rgb(225,205,251); }

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