Html Css Color HEX #E0D5EF Fog

📋 copy color: '#E0D5EF'

red 224 ◦ green 213 ◦ blue 239

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

Shades of Fog #E0D5EF

Tints of Fog #E0D5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.51%

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

R = 33.14%
G = 31.51%
B = 35.36%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0D5EF (or 0xE0D5EF) is known color: Fog. HEX triplet: E0, D5 and EF. RGB value is (224,213,239). Sum of RGB (Red+Green+Blue) = 224+213+239=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0D5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D5EF is #1F2A10. Grayscale: #DBDBDB. Windows color (decimal): -2042385 or 15717856. OLE color: 15717856.

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

Color convert

RGB 224 213 239 -
CMYK 0.06 0.11 0 0.06
HSL 265.38º 0.45% 0.89% -
HSV(B) 265.38º 0.11% 0.94% -
XYZ 70.11 69.67 91.41 -
YUV 219.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 224 213 239 0.06 0.11 0 0.06 265.38 0.45 0.89
Hex E0 D5 EF 6 B 0 6 109 2D 59
Octal 340 325 357 6 13 0 6 411 55 131
Binary 11100000 11010101 11101111 110 1011 0 110 100001001 101101 1011001

Color Harmonies of #E0D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D5EF

Black with #E0D5EF

Text Example


Text Example

White with #E0D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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