Html Css Color HEX #E6E1F1 Lavender

📋 copy color: '#E6E1F1'

red 230 ◦ green 225 ◦ blue 241

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

Shades of Lavender #E6E1F1

Tints of Lavender #E6E1F1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.33%

 BLUE value IS 241 (94.53% from 255) = 34.63%

R = 33.05%
G = 32.33%
B = 34.63%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E6E1F1 (or 0xE6E1F1) is known color: Lavender. HEX triplet: E6, E1 and F1. RGB value is (230,225,241). Sum of RGB (Red+Green+Blue) = 230+225+241=696 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.05% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6E1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E1F1 is #191E0E. Grayscale: #E4E4E4. Windows color (decimal): -1646095 or 15852006. OLE color: 15852006.

HSL color Cylindrical-coordinate representation of color #E6E1F1: hue angle of 258.75º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6E1F1 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 225 241 -
CMYK 0.05 0.07 0 0.05
HSL 258.75º 0.36% 0.91% -
HSV(B) 258.75º 0.07% 0.95% -
XYZ 75.44 77.02 94.11 -
YUV 228.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 230 225 241 0.05 0.07 0 0.05 258.75 0.36 0.91
Hex E6 E1 F1 5 7 0 5 103 24 5B
Octal 346 341 361 5 7 0 5 403 44 133
Binary 11100110 11100001 11110001 101 111 0 101 100000011 100100 1011011

Color Harmonies of #E6E1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E1F1

Black with #E6E1F1

Text Example


Text Example

White with #E6E1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E1F1; }

 p { color: rgb(230,225,241); }

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

background-color css

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

 a { background-color: rgb(230,225,241); }

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

border-color css

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

 span { border-color: rgb(230,225,241); }

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