Html Css Color HEX #E0D6EF Fog

📋 copy color: '#E0D6EF'

red 224 ◦ green 214 ◦ blue 239

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

Shades of Fog #E0D6EF

Tints of Fog #E0D6EF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.61%

 BLUE value IS 239 (93.75% from 255) = 35.3%

R = 33.09%
G = 31.61%
B = 35.3%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0D6EF (or 0xE0D6EF) is known color: Fog. HEX triplet: E0, D6 and EF. RGB value is (224,214,239). Sum of RGB (Red+Green+Blue) = 224+214+239=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0D6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D6EF is #1F2910. Grayscale: #DBDBDB. Windows color (decimal): -2042129 or 15718112. OLE color: 15718112.

HSL color Cylindrical-coordinate representation of color #E0D6EF: hue angle of 264º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0D6EF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 214 239 -
CMYK 0.06 0.10 0 0.06
HSL 264º 0.44% 0.89% -
HSV(B) 264º 0.1% 0.94% -
XYZ 70.37 70.17 91.5 -
YUV 219.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 224 214 239 0.06 0.10 0 0.06 264 0.44 0.89
Hex E0 D6 EF 6 A 0 6 108 2C 59
Octal 340 326 357 6 12 0 6 410 54 131
Binary 11100000 11010110 11101111 110 1010 0 110 100001000 101100 1011001

Color Harmonies of #E0D6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D6EF

Black with #E0D6EF

Text Example


Text Example

White with #E0D6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D6EF; }

 p { color: rgb(224,214,239); }

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

background-color css

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

 a { background-color: rgb(224,214,239); }

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

border-color css

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

 span { border-color: rgb(224,214,239); }

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