Html Css Color HEX #E6BDFF Mauve

📋 copy color: '#E6BDFF'

red 230 ◦ green 189 ◦ blue 255

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

Shades of Mauve #E6BDFF

Tints of Mauve #E6BDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.83%

R = 34.12%
G = 28.04%
B = 37.83%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6BDFF (or 0xE6BDFF) is known color: Mauve. HEX triplet: E6, BD and FF. RGB value is (230,189,255). Sum of RGB (Red+Green+Blue) = 230+189+255=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDFF is #194200. Grayscale: #D0D0D0. Windows color (decimal): -1655297 or 16760294. OLE color: 16760294.

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

Color convert

RGB 230 189 255 -
CMYK 0.10 0.26 0 0
HSL 277.27º 1% 0.87% -
HSV(B) 277.27º 0.26% 1% -
XYZ 68.88 60.44 102.64 -
YUV 208.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 230 189 255 0.10 0.26 0 0 277.27 1 0.87
Hex E6 BD FF A 1A 0 0 115 64 57
Octal 346 275 377 12 32 0 0 425 144 127
Binary 11100110 10111101 11111111 1010 11010 0 0 100010101 1100100 1010111

Color Harmonies of #E6BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDFF

Black with #E6BDFF

Text Example


Text Example

White with #E6BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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