Html Css Color HEX #E6E6FE Lavender

📋 copy color: '#E6E6FE'

red 230 ◦ green 230 ◦ blue 254

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

Shades of Lavender #E6E6FE

Tints of Lavender #E6E6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.21%

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

R = 32.21%
G = 32.21%
B = 35.57%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6E6FE (or 0xE6E6FE) is known color: Lavender. HEX triplet: E6, E6 and FE. RGB value is (230,230,254). Sum of RGB (Red+Green+Blue) = 230+230+254=714 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.21% from 714); Green value is 230 (90.23% from 255 or 32.21% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6E6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E6FE is #191901. Grayscale: #E8E8E8. Windows color (decimal): -1644802 or 16705254. OLE color: 16705254.

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

Color convert

RGB 230 230 254 -
CMYK 0.09 0.09 0 0.00
HSL 240º 0.92% 0.95% -
HSV(B) 240º 0.09% 1% -
XYZ 78.82 80.57 105.16 -
YUV 232.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 230 230 254 0.09 0.09 0 0.00 240 0.92 0.95
Hex E6 E6 FE 9 9 0 0 F0 5C 5F
Octal 346 346 376 11 11 0 0 360 134 137
Binary 11100110 11100110 11111110 1001 1001 0 0 11110000 1011100 1011111

Color Harmonies of #E6E6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E6FE

Black with #E6E6FE

Text Example


Text Example

White with #E6E6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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