Html Css Color HEX #E4D9FD Lavender

📋 copy color: '#E4D9FD'

red 228 ◦ green 217 ◦ blue 253

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

Shades of Lavender #E4D9FD

Tints of Lavender #E4D9FD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.09%

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

R = 32.66%
G = 31.09%
B = 36.25%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E4D9FD (or 0xE4D9FD) is known color: Lavender. HEX triplet: E4, D9 and FD. RGB value is (228,217,253). Sum of RGB (Red+Green+Blue) = 228+217+253=698 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.66% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4D9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D9FD is #1B2602. Grayscale: #E0E0E0. Windows color (decimal): -1779203 or 16636388. OLE color: 16636388.

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

Color convert

RGB 228 217 253 -
CMYK 0.10 0.14 0 0.01
HSL 258.33º 0.9% 0.92% -
HSV(B) 258.33º 0.14% 0.99% -
XYZ 74.54 73.21 103.13 -
YUV 224.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 228 217 253 0.10 0.14 0 0.01 258.33 0.9 0.92
Hex E4 D9 FD A E 0 1 102 5A 5C
Octal 344 331 375 12 16 0 1 402 132 134
Binary 11100100 11011001 11111101 1010 1110 0 1 100000010 1011010 1011100

Color Harmonies of #E4D9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D9FD

Black with #E4D9FD

Text Example


Text Example

White with #E4D9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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