Html Css Color HEX #E6DCF5 White Lilac

📋 copy color: '#E6DCF5'

red 230 ◦ green 220 ◦ blue 245

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

Shades of White Lilac #E6DCF5

Tints of White Lilac #E6DCF5

RGB

 RED value IS 230 (90.23% from 255) = 33.09%

 GREEN value IS 220 (86.33% from 255) = 31.65%

 BLUE value IS 245 (96.09% from 255) = 35.25%

R = 33.09%
G = 31.65%
B = 35.25%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E6DCF5 (or 0xE6DCF5) is known color: White Lilac. HEX triplet: E6, DC and F5. RGB value is (230,220,245). Sum of RGB (Red+Green+Blue) = 230+220+245=695 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.09% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 245 (96.09% from 255 or 35.25% from 695); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6DCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCF5 is #19230A. Grayscale: #E1E1E1. Windows color (decimal): -1647371 or 16112870. OLE color: 16112870.

HSL color Cylindrical-coordinate representation of color #E6DCF5: hue angle of 264º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DCF5 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 220 245 -
CMYK 0.06 0.10 0 0.04
HSL 264º 0.56% 0.91% -
HSV(B) 264º 0.1% 0.96% -
XYZ 74.71 74.6 96.85 -
YUV 225.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 230 220 245 0.06 0.10 0 0.04 264 0.56 0.91
Hex E6 DC F5 6 A 0 4 108 38 5B
Octal 346 334 365 6 12 0 4 410 70 133
Binary 11100110 11011100 11110101 110 1010 0 100 100001000 111000 1011011

Color Harmonies of #E6DCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DCF5

Black with #E6DCF5

Text Example


Text Example

White with #E6DCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DCF5; }

 p { color: rgb(230,220,245); }

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

background-color css

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

 a { background-color: rgb(230,220,245); }

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

border-color css

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

 span { border-color: rgb(230,220,245); }

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