Html Css Color HEX #E0CEFA Fog

📋 copy color: '#E0CEFA'

red 224 ◦ green 206 ◦ blue 250

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

Shades of Fog #E0CEFA

Tints of Fog #E0CEFA

RGB

 RED value IS 224 (87.89% from 255) = 32.94%

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

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

R = 32.94%
G = 30.29%
B = 36.76%

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

#E0CEFA (or 0xE0CEFA) is known color: Fog. HEX triplet: E0, CE and FA. RGB value is (224,206,250). Sum of RGB (Red+Green+Blue) = 224+206+250=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEFA is #1F3105. Grayscale: #D8D8D8. Windows color (decimal): -2044166 or 16436960. OLE color: 16436960.

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

Color convert

RGB 224 206 250 -
CMYK 0.10 0.18 0 0.02
HSL 264.55º 0.81% 0.89% -
HSV(B) 264.55º 0.18% 0.98% -
XYZ 70.07 66.89 99.66 -
YUV 216.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 224 206 250 0.10 0.18 0 0.02 264.55 0.81 0.89
Hex E0 CE FA A 12 0 2 109 51 59
Octal 340 316 372 12 22 0 2 411 121 131
Binary 11100000 11001110 11111010 1010 10010 0 10 100001001 1010001 1011001

Color Harmonies of #E0CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CEFA

Black with #E0CEFA

Text Example


Text Example

White with #E0CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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