Html Css Color HEX #E1CFFA Fog

📋 copy color: '#E1CFFA'

red 225 ◦ green 207 ◦ blue 250

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

Shades of Fog #E1CFFA

Tints of Fog #E1CFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.35%

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

R = 32.99%
G = 30.35%
B = 36.66%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1CFFA (or 0xE1CFFA) is known color: Fog. HEX triplet: E1, CF and FA. RGB value is (225,207,250). Sum of RGB (Red+Green+Blue) = 225+207+250=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFFA is #1E3005. Grayscale: #D9D9D9. Windows color (decimal): -1978374 or 16437217. OLE color: 16437217.

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

Color convert

RGB 225 207 250 -
CMYK 0.10 0.17 0 0.02
HSL 265.12º 0.81% 0.9% -
HSV(B) 265.12º 0.17% 0.98% -
XYZ 70.62 67.54 99.76 -
YUV 217.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 225 207 250 0.10 0.17 0 0.02 265.12 0.81 0.9
Hex E1 CF FA A 11 0 2 109 51 5A
Octal 341 317 372 12 21 0 2 411 121 132
Binary 11100001 11001111 11111010 1010 10001 0 10 100001001 1010001 1011010

Color Harmonies of #E1CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CFFA

Black with #E1CFFA

Text Example


Text Example

White with #E1CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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