Html Css Color HEX #E1C9FC Fog

📋 copy color: '#E1C9FC'

red 225 ◦ green 201 ◦ blue 252

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

Shades of Fog #E1C9FC

Tints of Fog #E1C9FC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.65%

 BLUE value IS 252 (98.83% from 255) = 37.17%

R = 33.19%
G = 29.65%
B = 37.17%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E1C9FC (or 0xE1C9FC) is known color: Fog. HEX triplet: E1, C9 and FC. RGB value is (225,201,252). Sum of RGB (Red+Green+Blue) = 225+201+252=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1C9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C9FC is #1E3603. Grayscale: #D5D5D5. Windows color (decimal): -1979908 or 16566753. OLE color: 16566753.

HSL color Cylindrical-coordinate representation of color #E1C9FC: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1C9FC is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 201 252 -
CMYK 0.11 0.20 0 0.01
HSL 268.24º 0.89% 0.89% -
HSV(B) 268.24º 0.2% 0.99% -
XYZ 69.51 64.81 100.94 -
YUV 213.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 225 201 252 0.11 0.20 0 0.01 268.24 0.89 0.89
Hex E1 C9 FC B 14 0 1 10C 59 59
Octal 341 311 374 13 24 0 1 414 131 131
Binary 11100001 11001001 11111100 1011 10100 0 1 100001100 1011001 1011001

Color Harmonies of #E1C9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C9FC

Black with #E1C9FC

Text Example


Text Example

White with #E1C9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C9FC; }

 p { color: rgb(225,201,252); }

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

background-color css

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

 a { background-color: rgb(225,201,252); }

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

border-color css

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

 span { border-color: rgb(225,201,252); }

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