Html Css Color HEX #E2DDFB Lavender

📋 copy color: '#E2DDFB'

red 226 ◦ green 221 ◦ blue 251

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

Shades of Lavender #E2DDFB

Tints of Lavender #E2DDFB

RGB

 RED value IS 226 (88.67% from 255) = 32.38%

 GREEN value IS 221 (86.72% from 255) = 31.66%

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

R = 32.38%
G = 31.66%
B = 35.96%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2DDFB (or 0xE2DDFB) is known color: Lavender. HEX triplet: E2, DD and FB. RGB value is (226,221,251). Sum of RGB (Red+Green+Blue) = 226+221+251=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDFB is #1D2204. Grayscale: #E1E1E1. Windows color (decimal): -1909253 or 16506338. OLE color: 16506338.

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

Color convert

RGB 226 221 251 -
CMYK 0.10 0.12 0 0.02
HSL 250º 0.79% 0.93% -
HSV(B) 250º 0.12% 0.98% -
XYZ 74.63 74.85 101.78 -
YUV 225.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 226 221 251 0.10 0.12 0 0.02 250 0.79 0.93
Hex E2 DD FB A C 0 2 FA 4F 5D
Octal 342 335 373 12 14 0 2 372 117 135
Binary 11100010 11011101 11111011 1010 1100 0 10 11111010 1001111 1011101

Color Harmonies of #E2DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DDFB

Black with #E2DDFB

Text Example


Text Example

White with #E2DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DDFB; }

 p { color: rgb(226,221,251); }

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

background-color css

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

 a { background-color: rgb(226,221,251); }

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

border-color css

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

 span { border-color: rgb(226,221,251); }

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