Html Css Color HEX #E1D5FB Fog

📋 copy color: '#E1D5FB'

red 225 ◦ green 213 ◦ blue 251

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

Shades of Fog #E1D5FB

Tints of Fog #E1D5FB

RGB

 RED value IS 225 (88.28% from 255) = 32.66%

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

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

R = 32.66%
G = 30.91%
B = 36.43%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1D5FB (or 0xE1D5FB) is known color: Fog. HEX triplet: E1, D5 and FB. RGB value is (225,213,251). Sum of RGB (Red+Green+Blue) = 225+213+251=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1D5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D5FB is #1E2A04. Grayscale: #DCDCDC. Windows color (decimal): -1976837 or 16504289. OLE color: 16504289.

HSL color Cylindrical-coordinate representation of color #E1D5FB: hue angle of 258.95º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D5FB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 213 251 -
CMYK 0.10 0.15 0 0.02
HSL 258.95º 0.83% 0.91% -
HSV(B) 258.95º 0.15% 0.98% -
XYZ 72.26 70.56 101.08 -
YUV 220.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 225 213 251 0.10 0.15 0 0.02 258.95 0.83 0.91
Hex E1 D5 FB A F 0 2 103 53 5B
Octal 341 325 373 12 17 0 2 403 123 133
Binary 11100001 11010101 11111011 1010 1111 0 10 100000011 1010011 1011011

Color Harmonies of #E1D5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D5FB

Black with #E1D5FB

Text Example


Text Example

White with #E1D5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D5FB; }

 p { color: rgb(225,213,251); }

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

background-color css

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

 a { background-color: rgb(225,213,251); }

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

border-color css

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

 span { border-color: rgb(225,213,251); }

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