Html Css Color HEX #D9B3EA Mauve

📋 copy color: '#D9B3EA'

red 217 ◦ green 179 ◦ blue 234

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

Shades of Mauve #D9B3EA

Tints of Mauve #D9B3EA

RGB

 RED value IS 217 (85.16% from 255) = 34.44%

 GREEN value IS 179 (70.31% from 255) = 28.41%

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 34.44%
G = 28.41%
B = 37.14%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9B3EA (or 0xD9B3EA) is known color: Mauve. HEX triplet: D9, B3 and EA. RGB value is (217,179,234). Sum of RGB (Red+Green+Blue) = 217+179+234=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9B3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B3EA is #264C15. Grayscale: #C4C4C4. Windows color (decimal): -2509846 or 15381465. OLE color: 15381465.

HSL color Cylindrical-coordinate representation of color #D9B3EA: hue angle of 281.45º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9B3EA is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 179 234 -
CMYK 0.07 0.24 0 0.08
HSL 281.45º 0.57% 0.81% -
HSV(B) 281.45º 0.24% 0.92% -
XYZ 59.59 52.93 84.92 -
YUV 196.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 217 179 234 0.07 0.24 0 0.08 281.45 0.57 0.81
Hex D9 B3 EA 7 18 0 8 119 39 51
Octal 331 263 352 7 30 0 10 431 71 121
Binary 11011001 10110011 11101010 111 11000 0 1000 100011001 111001 1010001

Color Harmonies of #D9B3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B3EA

Black with #D9B3EA

Text Example


Text Example

White with #D9B3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B3EA; }

 p { color: rgb(217,179,234); }

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

background-color css

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

 a { background-color: rgb(217,179,234); }

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

border-color css

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

 span { border-color: rgb(217,179,234); }

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