Html Css Color HEX #E1C8FA Fog

📋 copy color: '#E1C8FA'

red 225 ◦ green 200 ◦ blue 250

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

Shades of Fog #E1C8FA

Tints of Fog #E1C8FA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.63%

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

R = 33.33%
G = 29.63%
B = 37.04%

CMYK

 C value IS 0.10

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1C8FA (or 0xE1C8FA) is known color: Fog. HEX triplet: E1, C8 and FA. RGB value is (225,200,250). Sum of RGB (Red+Green+Blue) = 225+200+250=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1C8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C8FA is #1E3705. Grayscale: #D5D5D5. Windows color (decimal): -1980166 or 16435425. OLE color: 16435425.

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

Color convert

RGB 225 200 250 -
CMYK 0.10 0.2 0 0.02
HSL 270º 0.83% 0.88% -
HSV(B) 270º 0.2% 0.98% -
XYZ 68.96 64.22 99.2 -
YUV 213.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 225 200 250 0.10 0.2 0 0.02 270 0.83 0.88
Hex E1 C8 FA A 14 0 2 10E 53 58
Octal 341 310 372 12 24 0 2 416 123 130
Binary 11100001 11001000 11111010 1010 10100 0 10 100001110 1010011 1011000

Color Harmonies of #E1C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C8FA

Black with #E1C8FA

Text Example


Text Example

White with #E1C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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