Html Css Color HEX #E4DBFA Lavender

📋 copy color: '#E4DBFA'

red 228 ◦ green 219 ◦ blue 250

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

Shades of Lavender #E4DBFA

Tints of Lavender #E4DBFA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.42%

 BLUE value IS 250 (98.05% from 255) = 35.87%

R = 32.71%
G = 31.42%
B = 35.87%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4DBFA (or 0xE4DBFA) is known color: Lavender. HEX triplet: E4, DB and FA. RGB value is (228,219,250). Sum of RGB (Red+Green+Blue) = 228+219+250=697 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.71% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBFA is #1B2405. Grayscale: #E1E1E1. Windows color (decimal): -1778694 or 16440292. OLE color: 16440292.

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

Color convert

RGB 228 219 250 -
CMYK 0.09 0.12 0 0.02
HSL 257.42º 0.76% 0.92% -
HSV(B) 257.42º 0.12% 0.98% -
XYZ 74.58 74.06 100.81 -
YUV 225.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 228 219 250 0.09 0.12 0 0.02 257.42 0.76 0.92
Hex E4 DB FA 9 C 0 2 101 4C 5C
Octal 344 333 372 11 14 0 2 401 114 134
Binary 11100100 11011011 11111010 1001 1100 0 10 100000001 1001100 1011100

Color Harmonies of #E4DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DBFA

Black with #E4DBFA

Text Example


Text Example

White with #E4DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DBFA; }

 p { color: rgb(228,219,250); }

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

background-color css

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

 a { background-color: rgb(228,219,250); }

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

border-color css

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

 span { border-color: rgb(228,219,250); }

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