Html Css Color HEX #E6BDFE Mauve

📋 copy color: '#E6BDFE'

red 230 ◦ green 189 ◦ blue 254

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

Shades of Mauve #E6BDFE

Tints of Mauve #E6BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.08%

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

R = 34.18%
G = 28.08%
B = 37.74%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6BDFE (or 0xE6BDFE) is known color: Mauve. HEX triplet: E6, BD and FE. RGB value is (230,189,254). Sum of RGB (Red+Green+Blue) = 230+189+254=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6BDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDFE is #194201. Grayscale: #D0D0D0. Windows color (decimal): -1655298 or 16694758. OLE color: 16694758.

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

Color convert

RGB 230 189 254 -
CMYK 0.09 0.26 0 0.00
HSL 277.85º 0.97% 0.87% -
HSV(B) 277.85º 0.26% 1% -
XYZ 68.72 60.37 101.8 -
YUV 208.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 230 189 254 0.09 0.26 0 0.00 277.85 0.97 0.87
Hex E6 BD FE 9 1A 0 0 116 61 57
Octal 346 275 376 11 32 0 0 426 141 127
Binary 11100110 10111101 11111110 1001 11010 0 0 100010110 1100001 1010111

Color Harmonies of #E6BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDFE

Black with #E6BDFE

Text Example


Text Example

White with #E6BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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