Html Css Color HEX #E1D2F6 Fog

📋 copy color: '#E1D2F6'

red 225 ◦ green 210 ◦ blue 246

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

Shades of Fog #E1D2F6

Tints of Fog #E1D2F6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.84%

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

R = 33.04%
G = 30.84%
B = 36.12%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E1D2F6 (or 0xE1D2F6) is known color: Fog. HEX triplet: E1, D2 and F6. RGB value is (225,210,246). Sum of RGB (Red+Green+Blue) = 225+210+246=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1D2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D2F6 is #1E2D09. Grayscale: #DADADA. Windows color (decimal): -1977610 or 16175841. OLE color: 16175841.

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

Color convert

RGB 225 210 246 -
CMYK 0.09 0.15 0 0.04
HSL 265º 0.67% 0.89% -
HSV(B) 265º 0.15% 0.96% -
XYZ 70.73 68.75 96.73 -
YUV 218.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 225 210 246 0.09 0.15 0 0.04 265 0.67 0.89
Hex E1 D2 F6 9 F 0 4 109 43 59
Octal 341 322 366 11 17 0 4 411 103 131
Binary 11100001 11010010 11110110 1001 1111 0 100 100001001 1000011 1011001

Color Harmonies of #E1D2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D2F6

Black with #E1D2F6

Text Example


Text Example

White with #E1D2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D2F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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