Html Css Color HEX #E6DCFC Lavender

📋 copy color: '#E6DCFC'

red 230 ◦ green 220 ◦ blue 252

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

Shades of Lavender #E6DCFC

Tints of Lavender #E6DCFC

RGB

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

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

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

R = 32.76%
G = 31.34%
B = 35.9%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6DCFC (or 0xE6DCFC) is known color: Lavender. HEX triplet: E6, DC and FC. RGB value is (230,220,252). Sum of RGB (Red+Green+Blue) = 230+220+252=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCFC is #192303. Grayscale: #E2E2E2. Windows color (decimal): -1647364 or 16571622. OLE color: 16571622.

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

Color convert

RGB 230 220 252 -
CMYK 0.09 0.13 0 0.01
HSL 258.75º 0.84% 0.93% -
HSV(B) 258.75º 0.13% 0.99% -
XYZ 75.8 75.04 102.58 -
YUV 226.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 230 220 252 0.09 0.13 0 0.01 258.75 0.84 0.93
Hex E6 DC FC 9 D 0 1 103 54 5D
Octal 346 334 374 11 15 0 1 403 124 135
Binary 11100110 11011100 11111100 1001 1101 0 1 100000011 1010100 1011101

Color Harmonies of #E6DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DCFC

Black with #E6DCFC

Text Example


Text Example

White with #E6DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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