Html Css Color HEX #E5DDFF Lavender

📋 copy color: '#E5DDFF'

red 229 ◦ green 221 ◦ blue 255

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

Shades of Lavender #E5DDFF

Tints of Lavender #E5DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.35%

 BLUE value IS 255 (100% from 255) = 36.17%

R = 32.48%
G = 31.35%
B = 36.17%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E5DDFF (or 0xE5DDFF) is known color: Lavender. HEX triplet: E5, DD and FF. RGB value is (229,221,255). Sum of RGB (Red+Green+Blue) = 229+221+255=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDFF is #1A2200. Grayscale: #E3E3E3. Windows color (decimal): -1712641 or 16768485. OLE color: 16768485.

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

Color convert

RGB 229 221 255 -
CMYK 0.10 0.13 0 0
HSL 254.12º 1% 0.93% -
HSV(B) 254.12º 0.13% 1% -
XYZ 76.22 75.59 105.18 -
YUV 227.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 229 221 255 0.10 0.13 0 0 254.12 1 0.93
Hex E5 DD FF A D 0 0 FE 64 5D
Octal 345 335 377 12 15 0 0 376 144 135
Binary 11100101 11011101 11111111 1010 1101 0 0 11111110 1100100 1011101

Color Harmonies of #E5DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDFF

Black with #E5DDFF

Text Example


Text Example

White with #E5DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDFF; }

 p { color: rgb(229,221,255); }

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

background-color css

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

 a { background-color: rgb(229,221,255); }

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

border-color css

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

 span { border-color: rgb(229,221,255); }

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