Html Css Color HEX #E1CEFA Fog

📋 copy color: '#E1CEFA'

red 225 ◦ green 206 ◦ blue 250

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

Shades of Fog #E1CEFA

Tints of Fog #E1CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.25%

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

R = 33.04%
G = 30.25%
B = 36.71%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1CEFA (or 0xE1CEFA) is known color: Fog. HEX triplet: E1, CE and FA. RGB value is (225,206,250). Sum of RGB (Red+Green+Blue) = 225+206+250=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEFA is #1E3105. Grayscale: #D8D8D8. Windows color (decimal): -1978630 or 16436961. OLE color: 16436961.

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

Color convert

RGB 225 206 250 -
CMYK 0.10 0.18 0 0.02
HSL 265.91º 0.81% 0.89% -
HSV(B) 265.91º 0.18% 0.98% -
XYZ 70.38 67.05 99.68 -
YUV 216.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 225 206 250 0.10 0.18 0 0.02 265.91 0.81 0.89
Hex E1 CE FA A 12 0 2 10A 51 59
Octal 341 316 372 12 22 0 2 412 121 131
Binary 11100001 11001110 11111010 1010 10010 0 10 100001010 1010001 1011001

Color Harmonies of #E1CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CEFA

Black with #E1CEFA

Text Example


Text Example

White with #E1CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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