Html Css Color HEX #E6BEFE Mauve

📋 copy color: '#E6BEFE'

red 230 ◦ green 190 ◦ blue 254

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

Shades of Mauve #E6BEFE

Tints of Mauve #E6BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.19%

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

R = 34.12%
G = 28.19%
B = 37.69%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6BEFE (or 0xE6BEFE) is known color: Mauve. HEX triplet: E6, BE and FE. RGB value is (230,190,254). Sum of RGB (Red+Green+Blue) = 230+190+254=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6BEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEFE is #194101. Grayscale: #D1D1D1. Windows color (decimal): -1655042 or 16695014. OLE color: 16695014.

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

Color convert

RGB 230 190 254 -
CMYK 0.09 0.25 0 0.00
HSL 277.5º 0.97% 0.87% -
HSV(B) 277.5º 0.25% 1% -
XYZ 68.94 60.81 101.87 -
YUV 209.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 230 190 254 0.09 0.25 0 0.00 277.5 0.97 0.87
Hex E6 BE FE 9 19 0 0 116 61 57
Octal 346 276 376 11 31 0 0 426 141 127
Binary 11100110 10111110 11111110 1001 11001 0 0 100010110 1100001 1010111

Color Harmonies of #E6BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BEFE

Black with #E6BEFE

Text Example


Text Example

White with #E6BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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