Html Css Color HEX #E1C6FA Fog

📋 copy color: '#E1C6FA'

red 225 ◦ green 198 ◦ blue 250

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

Shades of Fog #E1C6FA

Tints of Fog #E1C6FA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.42%

 BLUE value IS 250 (98.05% from 255) = 37.15%

R = 33.43%
G = 29.42%
B = 37.15%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1C6FA (or 0xE1C6FA) is known color: Fog. HEX triplet: E1, C6 and FA. RGB value is (225,198,250). Sum of RGB (Red+Green+Blue) = 225+198+250=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C6FA is #1E3905. Grayscale: #D3D3D3. Windows color (decimal): -1980678 or 16434913. OLE color: 16434913.

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

Color convert

RGB 225 198 250 -
CMYK 0.10 0.21 0 0.02
HSL 271.15º 0.84% 0.88% -
HSV(B) 271.15º 0.21% 0.98% -
XYZ 68.5 63.3 99.05 -
YUV 212 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 225 198 250 0.10 0.21 0 0.02 271.15 0.84 0.88
Hex E1 C6 FA A 15 0 2 10F 54 58
Octal 341 306 372 12 25 0 2 417 124 130
Binary 11100001 11000110 11111010 1010 10101 0 10 100001111 1010100 1011000

Color Harmonies of #E1C6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C6FA

Black with #E1C6FA

Text Example


Text Example

White with #E1C6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C6FA; }

 p { color: rgb(225,198,250); }

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

background-color css

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

 a { background-color: rgb(225,198,250); }

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

border-color css

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

 span { border-color: rgb(225,198,250); }

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