Html Css Color HEX #E6E0FE Lavender

📋 copy color: '#E6E0FE'

red 230 ◦ green 224 ◦ blue 254

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

Shades of Lavender #E6E0FE

Tints of Lavender #E6E0FE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.64%

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

R = 32.49%
G = 31.64%
B = 35.88%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6E0FE (or 0xE6E0FE) is known color: Lavender. HEX triplet: E6, E0 and FE. RGB value is (230,224,254). Sum of RGB (Red+Green+Blue) = 230+224+254=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6E0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E0FE is #191F01. Grayscale: #E5E5E5. Windows color (decimal): -1646338 or 16703718. OLE color: 16703718.

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

Color convert

RGB 230 224 254 -
CMYK 0.09 0.12 0 0.00
HSL 252º 0.94% 0.94% -
HSV(B) 252º 0.12% 1% -
XYZ 77.18 77.29 104.62 -
YUV 229.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 230 224 254 0.09 0.12 0 0.00 252 0.94 0.94
Hex E6 E0 FE 9 C 0 0 FC 5E 5E
Octal 346 340 376 11 14 0 0 374 136 136
Binary 11100110 11100000 11111110 1001 1100 0 0 11111100 1011110 1011110

Color Harmonies of #E6E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E0FE

Black with #E6E0FE

Text Example


Text Example

White with #E6E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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