Html Css Color HEX #E1D1FE Fog

📋 copy color: '#E1D1FE'

red 225 ◦ green 209 ◦ blue 254

#E1D1FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #E1D1FE

Tints of Fog #E1D1FE

RGB

 RED value IS 225 (88.28% from 255) = 32.7%

 GREEN value IS 209 (82.03% from 255) = 30.38%

 BLUE value IS 254 (99.61% from 255) = 36.92%

R = 32.7%
G = 30.38%
B = 36.92%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E1D1FE (or 0xE1D1FE) is known color: Fog. HEX triplet: E1, D1 and FE. RGB value is (225,209,254). Sum of RGB (Red+Green+Blue) = 225+209+254=688 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.70% from 688); Green value is 209 (82.03% from 255 or 30.38% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D1FE is #1E2E01. Grayscale: #DADADA. Windows color (decimal): -1977858 or 16699873. OLE color: 16699873.

HSL color Cylindrical-coordinate representation of color #E1D1FE: hue angle of 261.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1D1FE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 209 254 -
CMYK 0.11 0.18 0 0.00
HSL 261.33º 0.96% 0.91% -
HSV(B) 261.33º 0.18% 1% -
XYZ 71.74 68.76 103.26 -
YUV 218.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 225 209 254 0.11 0.18 0 0.00 261.33 0.96 0.91
Hex E1 D1 FE B 12 0 0 105 60 5B
Octal 341 321 376 13 22 0 0 405 140 133
Binary 11100001 11010001 11111110 1011 10010 0 0 100000101 1100000 1011011

Color Harmonies of #E1D1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D1FE

Black with #E1D1FE

Text Example


Text Example

White with #E1D1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D1FE; }

 p { color: rgb(225,209,254); }

 H1.HeaderClassName
 {
   color: #E1D1FE;
 }
 .AnyTagClassName
 {
   color: #E1D1FE;
 }
</style>

background-color css

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

 a { background-color: rgb(225,209,254); }

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

border-color css

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

 span { border-color: rgb(225,209,254); }

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