Html Css Color HEX #E4DAFA Lavender

📋 copy color: '#E4DAFA'

red 228 ◦ green 218 ◦ blue 250

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

Shades of Lavender #E4DAFA

Tints of Lavender #E4DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.32%

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

R = 32.76%
G = 31.32%
B = 35.92%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4DAFA (or 0xE4DAFA) is known color: Lavender. HEX triplet: E4, DA and FA. RGB value is (228,218,250). Sum of RGB (Red+Green+Blue) = 228+218+250=696 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.76% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAFA is #1B2505. Grayscale: #E0E0E0. Windows color (decimal): -1778950 or 16440036. OLE color: 16440036.

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

Color convert

RGB 228 218 250 -
CMYK 0.09 0.13 0 0.02
HSL 258.75º 0.76% 0.92% -
HSV(B) 258.75º 0.13% 0.98% -
XYZ 74.32 73.54 100.72 -
YUV 224.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 228 218 250 0.09 0.13 0 0.02 258.75 0.76 0.92
Hex E4 DA FA 9 D 0 2 103 4C 5C
Octal 344 332 372 11 15 0 2 403 114 134
Binary 11100100 11011010 11111010 1001 1101 0 10 100000011 1001100 1011100

Color Harmonies of #E4DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DAFA

Black with #E4DAFA

Text Example


Text Example

White with #E4DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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