Html Css Color HEX #E5DFF2 Lavender

📋 copy color: '#E5DFF2'

red 229 ◦ green 223 ◦ blue 242

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

Shades of Lavender #E5DFF2

Tints of Lavender #E5DFF2

RGB

 RED value IS 229 (89.84% from 255) = 33%

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

 BLUE value IS 242 (94.92% from 255) = 34.87%

R = 33%
G = 32.13%
B = 34.87%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5DFF2 (or 0xE5DFF2) is known color: Lavender. HEX triplet: E5, DF and F2. RGB value is (229,223,242). Sum of RGB (Red+Green+Blue) = 229+223+242=694 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.00% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFF2 is #1A200D. Grayscale: #E2E2E2. Windows color (decimal): -1712142 or 15917029. OLE color: 15917029.

HSL color Cylindrical-coordinate representation of color #E5DFF2: hue angle of 258.95º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5DFF2 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 223 242 -
CMYK 0.05 0.08 0 0.05
HSL 258.95º 0.42% 0.91% -
HSV(B) 258.95º 0.08% 0.95% -
XYZ 74.73 75.84 94.71 -
YUV 226.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 229 223 242 0.05 0.08 0 0.05 258.95 0.42 0.91
Hex E5 DF F2 5 8 0 5 103 2A 5B
Octal 345 337 362 5 10 0 5 403 52 133
Binary 11100101 11011111 11110010 101 1000 0 101 100000011 101010 1011011

Color Harmonies of #E5DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DFF2

Black with #E5DFF2

Text Example


Text Example

White with #E5DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DFF2; }

 p { color: rgb(229,223,242); }

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

background-color css

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

 a { background-color: rgb(229,223,242); }

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

border-color css

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

 span { border-color: rgb(229,223,242); }

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