Html Css Color HEX #E4DBFD Lavender

📋 copy color: '#E4DBFD'

red 228 ◦ green 219 ◦ blue 253

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

Shades of Lavender #E4DBFD

Tints of Lavender #E4DBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.14%

R = 32.57%
G = 31.29%
B = 36.14%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E4DBFD (or 0xE4DBFD) is known color: Lavender. HEX triplet: E4, DB and FD. RGB value is (228,219,253). Sum of RGB (Red+Green+Blue) = 228+219+253=700 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.57% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBFD is #1B2402. Grayscale: #E1E1E1. Windows color (decimal): -1778691 or 16636900. OLE color: 16636900.

HSL color Cylindrical-coordinate representation of color #E4DBFD: hue angle of 255.88º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E4DBFD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 219 253 -
CMYK 0.10 0.13 0 0.01
HSL 255.88º 0.89% 0.93% -
HSV(B) 255.88º 0.13% 0.99% -
XYZ 75.06 74.25 103.3 -
YUV 225.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 228 219 253 0.10 0.13 0 0.01 255.88 0.89 0.93
Hex E4 DB FD A D 0 1 100 59 5D
Octal 344 333 375 12 15 0 1 400 131 135
Binary 11100100 11011011 11111101 1010 1101 0 1 100000000 1011001 1011101

Color Harmonies of #E4DBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DBFD

Black with #E4DBFD

Text Example


Text Example

White with #E4DBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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