Html Css Color HEX #E6DCFE Lavender

📋 copy color: '#E6DCFE'

red 230 ◦ green 220 ◦ blue 254

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

Shades of Lavender #E6DCFE

Tints of Lavender #E6DCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.08%

R = 32.67%
G = 31.25%
B = 36.08%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6DCFE (or 0xE6DCFE) is known color: Lavender. HEX triplet: E6, DC and FE. RGB value is (230,220,254). Sum of RGB (Red+Green+Blue) = 230+220+254=704 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.67% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCFE is #192301. Grayscale: #E2E2E2. Windows color (decimal): -1647362 or 16702694. OLE color: 16702694.

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

Color convert

RGB 230 220 254 -
CMYK 0.09 0.13 0 0.00
HSL 257.65º 0.94% 0.93% -
HSV(B) 257.65º 0.13% 1% -
XYZ 76.12 75.17 104.26 -
YUV 226.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 230 220 254 0.09 0.13 0 0.00 257.65 0.94 0.93
Hex E6 DC FE 9 D 0 0 102 5E 5D
Octal 346 334 376 11 15 0 0 402 136 135
Binary 11100110 11011100 11111110 1001 1101 0 0 100000010 1011110 1011101

Color Harmonies of #E6DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DCFE

Black with #E6DCFE

Text Example


Text Example

White with #E6DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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