Html Css Color HEX #E5DFFC Lavender

📋 copy color: '#E5DFFC'

red 229 ◦ green 223 ◦ blue 252

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

Shades of Lavender #E5DFFC

Tints of Lavender #E5DFFC

RGB

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

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

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

R = 32.53%
G = 31.68%
B = 35.8%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5DFFC (or 0xE5DFFC) is known color: Lavender. HEX triplet: E5, DF and FC. RGB value is (229,223,252). Sum of RGB (Red+Green+Blue) = 229+223+252=704 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.53% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFFC is #1A2003. Grayscale: #E3E3E3. Windows color (decimal): -1712132 or 16572389. OLE color: 16572389.

HSL color Cylindrical-coordinate representation of color #E5DFFC: hue angle of 252.41º 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 #E5DFFC is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 223 252 -
CMYK 0.09 0.12 0 0.01
HSL 252.41º 0.83% 0.93% -
HSV(B) 252.41º 0.12% 0.99% -
XYZ 76.27 76.46 102.83 -
YUV 228.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 229 223 252 0.09 0.12 0 0.01 252.41 0.83 0.93
Hex E5 DF FC 9 C 0 1 FC 53 5D
Octal 345 337 374 11 14 0 1 374 123 135
Binary 11100101 11011111 11111100 1001 1100 0 1 11111100 1010011 1011101

Color Harmonies of #E5DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DFFC

Black with #E5DFFC

Text Example


Text Example

White with #E5DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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