Html Css Color HEX #E4DFFC Lavender

📋 copy color: '#E4DFFC'

red 228 ◦ green 223 ◦ blue 252

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

Shades of Lavender #E4DFFC

Tints of Lavender #E4DFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.72%

 BLUE value IS 252 (98.83% from 255) = 35.85%

R = 32.43%
G = 31.72%
B = 35.85%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E4DFFC (or 0xE4DFFC) is known color: Lavender. HEX triplet: E4, DF and FC. RGB value is (228,223,252). Sum of RGB (Red+Green+Blue) = 228+223+252=703 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.43% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFFC is #1B2003. Grayscale: #E3E3E3. Windows color (decimal): -1777668 or 16572388. OLE color: 16572388.

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

Color convert

RGB 228 223 252 -
CMYK 0.10 0.12 0 0.01
HSL 250.34º 0.83% 0.93% -
HSV(B) 250.34º 0.12% 0.99% -
XYZ 75.95 76.3 102.82 -
YUV 227.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 228 223 252 0.10 0.12 0 0.01 250.34 0.83 0.93
Hex E4 DF FC A C 0 1 FA 53 5D
Octal 344 337 374 12 14 0 1 372 123 135
Binary 11100100 11011111 11111100 1010 1100 0 1 11111010 1010011 1011101

Color Harmonies of #E4DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DFFC

Black with #E4DFFC

Text Example


Text Example

White with #E4DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DFFC; }

 p { color: rgb(228,223,252); }

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

background-color css

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

 a { background-color: rgb(228,223,252); }

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

border-color css

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

 span { border-color: rgb(228,223,252); }

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