Html Css Color HEX #E7BDFF Mauve

📋 copy color: '#E7BDFF'

red 231 ◦ green 189 ◦ blue 255

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

Shades of Mauve #E7BDFF

Tints of Mauve #E7BDFF

RGB

 RED value IS 231 (90.63% from 255) = 34.22%

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

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

R = 34.22%
G = 28%
B = 37.78%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E7BDFF (or 0xE7BDFF) is known color: Mauve. HEX triplet: E7, BD and FF. RGB value is (231,189,255). Sum of RGB (Red+Green+Blue) = 231+189+255=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDFF is #184200. Grayscale: #D0D0D0. Windows color (decimal): -1589761 or 16760295. OLE color: 16760295.

HSL color Cylindrical-coordinate representation of color #E7BDFF: hue angle of 278.18º 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 #E7BDFF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 189 255 -
CMYK 0.09 0.26 0 0
HSL 278.18º 1% 0.87% -
HSV(B) 278.18º 0.26% 1% -
XYZ 69.2 60.6 102.66 -
YUV 209.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 231 189 255 0.09 0.26 0 0 278.18 1 0.87
Hex E7 BD FF 9 1A 0 0 116 64 57
Octal 347 275 377 11 32 0 0 426 144 127
Binary 11100111 10111101 11111111 1001 11010 0 0 100010110 1100100 1010111

Color Harmonies of #E7BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BDFF

Black with #E7BDFF

Text Example


Text Example

White with #E7BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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