Html Css Color HEX #E1D6F9 Fog

📋 copy color: '#E1D6F9'

red 225 ◦ green 214 ◦ blue 249

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

Shades of Fog #E1D6F9

Tints of Fog #E1D6F9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.1%

 BLUE value IS 249 (97.66% from 255) = 36.19%

R = 32.7%
G = 31.1%
B = 36.19%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1D6F9 (or 0xE1D6F9) is known color: Fog. HEX triplet: E1, D6 and F9. RGB value is (225,214,249). Sum of RGB (Red+Green+Blue) = 225+214+249=688 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.70% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1D6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D6F9 is #1E2906. Grayscale: #DDDDDD. Windows color (decimal): -1976583 or 16373473. OLE color: 16373473.

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

Color convert

RGB 225 214 249 -
CMYK 0.10 0.14 0 0.02
HSL 258.86º 0.74% 0.91% -
HSV(B) 258.86º 0.14% 0.98% -
XYZ 72.2 70.94 99.51 -
YUV 221.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 225 214 249 0.10 0.14 0 0.02 258.86 0.74 0.91
Hex E1 D6 F9 A E 0 2 103 4A 5B
Octal 341 326 371 12 16 0 2 403 112 133
Binary 11100001 11010110 11111001 1010 1110 0 10 100000011 1001010 1011011

Color Harmonies of #E1D6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D6F9

Black with #E1D6F9

Text Example


Text Example

White with #E1D6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D6F9; }

 p { color: rgb(225,214,249); }

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

background-color css

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

 a { background-color: rgb(225,214,249); }

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

border-color css

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

 span { border-color: rgb(225,214,249); }

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