Html Css Color HEX #E4D1FB Fog

📋 copy color: '#E4D1FB'

red 228 ◦ green 209 ◦ blue 251

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

Shades of Fog #E4D1FB

Tints of Fog #E4D1FB

RGB

 RED value IS 228 (89.45% from 255) = 33.14%

 GREEN value IS 209 (82.03% from 255) = 30.38%

 BLUE value IS 251 (98.44% from 255) = 36.48%

R = 33.14%
G = 30.38%
B = 36.48%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4D1FB (or 0xE4D1FB) is known color: Fog. HEX triplet: E4, D1 and FB. RGB value is (228,209,251). Sum of RGB (Red+Green+Blue) = 228+209+251=688 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.14% from 688); Green value is 209 (82.03% from 255 or 30.38% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D1FB is #1B2E04. Grayscale: #DBDBDB. Windows color (decimal): -1781253 or 16503268. OLE color: 16503268.

HSL color Cylindrical-coordinate representation of color #E4D1FB: hue angle of 267.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4D1FB is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 209 251 -
CMYK 0.09 0.17 0 0.02
HSL 267.14º 0.84% 0.9% -
HSV(B) 267.14º 0.17% 0.98% -
XYZ 72.21 69.06 100.79 -
YUV 219.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 228 209 251 0.09 0.17 0 0.02 267.14 0.84 0.9
Hex E4 D1 FB 9 11 0 2 10B 54 5A
Octal 344 321 373 11 21 0 2 413 124 132
Binary 11100100 11010001 11111011 1001 10001 0 10 100001011 1010100 1011010

Color Harmonies of #E4D1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D1FB

Black with #E4D1FB

Text Example


Text Example

White with #E4D1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D1FB; }

 p { color: rgb(228,209,251); }

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

background-color css

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

 a { background-color: rgb(228,209,251); }

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

border-color css

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

 span { border-color: rgb(228,209,251); }

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