Html Css Color HEX #E5DEF3 Lavender

📋 copy color: '#E5DEF3'

red 229 ◦ green 222 ◦ blue 243

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

Shades of Lavender #E5DEF3

Tints of Lavender #E5DEF3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.99%

 BLUE value IS 243 (95.31% from 255) = 35.01%

R = 33%
G = 31.99%
B = 35.01%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5DEF3 (or 0xE5DEF3) is known color: Lavender. HEX triplet: E5, DE and F3. RGB value is (229,222,243). Sum of RGB (Red+Green+Blue) = 229+222+243=694 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.00% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5DEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEF3 is #1A210C. Grayscale: #E2E2E2. Windows color (decimal): -1712397 or 15982309. OLE color: 15982309.

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

Color convert

RGB 229 222 243 -
CMYK 0.06 0.09 0 0.05
HSL 260º 0.47% 0.91% -
HSV(B) 260º 0.09% 0.95% -
XYZ 74.61 75.37 95.41 -
YUV 226.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 229 222 243 0.06 0.09 0 0.05 260 0.47 0.91
Hex E5 DE F3 6 9 0 5 104 2F 5B
Octal 345 336 363 6 11 0 5 404 57 133
Binary 11100101 11011110 11110011 110 1001 0 101 100000100 101111 1011011

Color Harmonies of #E5DEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEF3

Black with #E5DEF3

Text Example


Text Example

White with #E5DEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEF3; }

 p { color: rgb(229,222,243); }

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

background-color css

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

 a { background-color: rgb(229,222,243); }

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

border-color css

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

 span { border-color: rgb(229,222,243); }

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