Html Css Color HEX #E6BEFC Mauve

📋 copy color: '#E6BEFC'

red 230 ◦ green 190 ◦ blue 252

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

Shades of Mauve #E6BEFC

Tints of Mauve #E6BEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.5%

R = 34.23%
G = 28.27%
B = 37.5%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6BEFC (or 0xE6BEFC) is known color: Mauve. HEX triplet: E6, BE and FC. RGB value is (230,190,252). Sum of RGB (Red+Green+Blue) = 230+190+252=672 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.23% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6BEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEFC is #194103. Grayscale: #D0D0D0. Windows color (decimal): -1655044 or 16563942. OLE color: 16563942.

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

Color convert

RGB 230 190 252 -
CMYK 0.09 0.25 0 0.01
HSL 278.71º 0.91% 0.87% -
HSV(B) 278.71º 0.25% 0.99% -
XYZ 68.62 60.68 100.19 -
YUV 209.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 230 190 252 0.09 0.25 0 0.01 278.71 0.91 0.87
Hex E6 BE FC 9 19 0 1 117 5B 57
Octal 346 276 374 11 31 0 1 427 133 127
Binary 11100110 10111110 11111100 1001 11001 0 1 100010111 1011011 1010111

Color Harmonies of #E6BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BEFC

Black with #E6BEFC

Text Example


Text Example

White with #E6BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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