Html Css Color HEX #E1C8F8 Fog

📋 copy color: '#E1C8F8'

red 225 ◦ green 200 ◦ blue 248

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

Shades of Fog #E1C8F8

Tints of Fog #E1C8F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.85%

R = 33.43%
G = 29.72%
B = 36.85%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E1C8F8 (or 0xE1C8F8) is known color: Fog. HEX triplet: E1, C8 and F8. RGB value is (225,200,248). Sum of RGB (Red+Green+Blue) = 225+200+248=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 200 (78.52% from 255 or 29.72% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1C8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C8F8 is #1E3707. Grayscale: #D4D4D4. Windows color (decimal): -1980168 or 16304353. OLE color: 16304353.

HSL color Cylindrical-coordinate representation of color #E1C8F8: hue angle of 271.25º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1C8F8 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 225 200 248 -
CMYK 0.09 0.19 0 0.03
HSL 271.25º 0.77% 0.88% -
HSV(B) 271.25º 0.19% 0.97% -
XYZ 68.65 64.09 97.56 -
YUV 212.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 225 200 248 0.09 0.19 0 0.03 271.25 0.77 0.88
Hex E1 C8 F8 9 13 0 3 10F 4D 58
Octal 341 310 370 11 23 0 3 417 115 130
Binary 11100001 11001000 11111000 1001 10011 0 11 100001111 1001101 1011000

Color Harmonies of #E1C8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C8F8

Black with #E1C8F8

Text Example


Text Example

White with #E1C8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C8F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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