Html Css Color HEX #E2C7FA Fog

📋 copy color: '#E2C7FA'

red 226 ◦ green 199 ◦ blue 250

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

Shades of Fog #E2C7FA

Tints of Fog #E2C7FA

RGB

 RED value IS 226 (88.67% from 255) = 33.48%

 GREEN value IS 199 (78.13% from 255) = 29.48%

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

R = 33.48%
G = 29.48%
B = 37.04%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2C7FA (or 0xE2C7FA) is known color: Fog. HEX triplet: E2, C7 and FA. RGB value is (226,199,250). Sum of RGB (Red+Green+Blue) = 226+199+250=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 199 (78.12% from 255 or 29.48% 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 #E2C7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C7FA is #1D3805. Grayscale: #D4D4D4. Windows color (decimal): -1914886 or 16435170. OLE color: 16435170.

HSL color Cylindrical-coordinate representation of color #E2C7FA: hue angle of 271.76º degrees, saturation: 0.84, 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 #E2C7FA is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 199 250 -
CMYK 0.10 0.20 0 0.02
HSL 271.76º 0.84% 0.88% -
HSV(B) 271.76º 0.2% 0.98% -
XYZ 69.04 63.92 99.14 -
YUV 212.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 226 199 250 0.10 0.20 0 0.02 271.76 0.84 0.88
Hex E2 C7 FA A 14 0 2 110 54 58
Octal 342 307 372 12 24 0 2 420 124 130
Binary 11100010 11000111 11111010 1010 10100 0 10 100010000 1010100 1011000

Color Harmonies of #E2C7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C7FA

Black with #E2C7FA

Text Example


Text Example

White with #E2C7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C7FA; }

 p { color: rgb(226,199,250); }

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

background-color css

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

 a { background-color: rgb(226,199,250); }

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

border-color css

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

 span { border-color: rgb(226,199,250); }

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