Html Css Color HEX #E0D5ED Fog

📋 copy color: '#E0D5ED'

red 224 ◦ green 213 ◦ blue 237

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

Shades of Fog #E0D5ED

Tints of Fog #E0D5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 33.23%
G = 31.6%
B = 35.16%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0D5ED (or 0xE0D5ED) is known color: Fog. HEX triplet: E0, D5 and ED. RGB value is (224,213,237). Sum of RGB (Red+Green+Blue) = 224+213+237=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D5ED is #1F2A12. Grayscale: #DADADA. Windows color (decimal): -2042387 or 15586784. OLE color: 15586784.

HSL color Cylindrical-coordinate representation of color #E0D5ED: hue angle of 267.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0D5ED is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 213 237 -
CMYK 0.05 0.10 0 0.07
HSL 267.5º 0.4% 0.88% -
HSV(B) 267.5º 0.1% 0.93% -
XYZ 69.82 69.55 89.87 -
YUV 219.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 224 213 237 0.05 0.10 0 0.07 267.5 0.4 0.88
Hex E0 D5 ED 5 A 0 7 10C 28 58
Octal 340 325 355 5 12 0 7 414 50 130
Binary 11100000 11010101 11101101 101 1010 0 111 100001100 101000 1011000

Color Harmonies of #E0D5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D5ED

Black with #E0D5ED

Text Example


Text Example

White with #E0D5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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