Html Css Color HEX #E1D3F6 Fog

📋 copy color: '#E1D3F6'

red 225 ◦ green 211 ◦ blue 246

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

Shades of Fog #E1D3F6

Tints of Fog #E1D3F6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.94%

 BLUE value IS 246 (96.48% from 255) = 36.07%

R = 32.99%
G = 30.94%
B = 36.07%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E1D3F6 (or 0xE1D3F6) is known color: Fog. HEX triplet: E1, D3 and F6. RGB value is (225,211,246). Sum of RGB (Red+Green+Blue) = 225+211+246=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1D3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D3F6 is #1E2C09. Grayscale: #DBDBDB. Windows color (decimal): -1977354 or 16176097. OLE color: 16176097.

HSL color Cylindrical-coordinate representation of color #E1D3F6: hue angle of 264º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1D3F6 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 211 246 -
CMYK 0.09 0.14 0 0.04
HSL 264º 0.66% 0.9% -
HSV(B) 264º 0.14% 0.96% -
XYZ 70.98 69.25 96.81 -
YUV 219.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 225 211 246 0.09 0.14 0 0.04 264 0.66 0.9
Hex E1 D3 F6 9 E 0 4 108 42 5A
Octal 341 323 366 11 16 0 4 410 102 132
Binary 11100001 11010011 11110110 1001 1110 0 100 100001000 1000010 1011010

Color Harmonies of #E1D3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D3F6

Black with #E1D3F6

Text Example


Text Example

White with #E1D3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D3F6; }

 p { color: rgb(225,211,246); }

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

background-color css

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

 a { background-color: rgb(225,211,246); }

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

border-color css

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

 span { border-color: rgb(225,211,246); }

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