Html Css Color HEX #E0BDEF Mauve

📋 copy color: '#E0BDEF'

red 224 ◦ green 189 ◦ blue 239

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

Shades of Mauve #E0BDEF

Tints of Mauve #E0BDEF

RGB

 RED value IS 224 (87.89% from 255) = 34.36%

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

 BLUE value IS 239 (93.75% from 255) = 36.66%

R = 34.36%
G = 28.99%
B = 36.66%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E0BDEF (or 0xE0BDEF) is known color: Mauve. HEX triplet: E0, BD and EF. RGB value is (224,189,239). Sum of RGB (Red+Green+Blue) = 224+189+239=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDEF is #1F4210. Grayscale: #CCCCCC. Windows color (decimal): -2048529 or 15711712. OLE color: 15711712.

HSL color Cylindrical-coordinate representation of color #E0BDEF: hue angle of 282º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0BDEF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 189 239 -
CMYK 0.06 0.21 0 0.06
HSL 282º 0.61% 0.84% -
HSV(B) 282º 0.21% 0.94% -
XYZ 64.52 58.47 89.55 -
YUV 205.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 224 189 239 0.06 0.21 0 0.06 282 0.61 0.84
Hex E0 BD EF 6 15 0 6 11A 3D 54
Octal 340 275 357 6 25 0 6 432 75 124
Binary 11100000 10111101 11101111 110 10101 0 110 100011010 111101 1010100

Color Harmonies of #E0BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDEF

Black with #E0BDEF

Text Example


Text Example

White with #E0BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDEF; }

 p { color: rgb(224,189,239); }

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

background-color css

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

 a { background-color: rgb(224,189,239); }

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

border-color css

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

 span { border-color: rgb(224,189,239); }

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