Html Css Color HEX #D9BAF1 Mauve

📋 copy color: '#D9BAF1'

red 217 ◦ green 186 ◦ blue 241

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

Shades of Mauve #D9BAF1

Tints of Mauve #D9BAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.88%

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 33.7%
G = 28.88%
B = 37.42%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9BAF1 (or 0xD9BAF1) is known color: Mauve. HEX triplet: D9, BA and F1. RGB value is (217,186,241). Sum of RGB (Red+Green+Blue) = 217+186+241=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAF1 is #26450E. Grayscale: #C9C9C9. Windows color (decimal): -2508047 or 15842009. OLE color: 15842009.

HSL color Cylindrical-coordinate representation of color #D9BAF1: hue angle of 273.82º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9BAF1 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 186 241 -
CMYK 0.10 0.23 0 0.05
HSL 273.82º 0.66% 0.84% -
HSV(B) 273.82º 0.23% 0.95% -
XYZ 62.05 56.22 90.8 -
YUV 201.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 217 186 241 0.10 0.23 0 0.05 273.82 0.66 0.84
Hex D9 BA F1 A 17 0 5 112 42 54
Octal 331 272 361 12 27 0 5 422 102 124
Binary 11011001 10111010 11110001 1010 10111 0 101 100010010 1000010 1010100

Color Harmonies of #D9BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAF1

Black with #D9BAF1

Text Example


Text Example

White with #D9BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAF1; }

 p { color: rgb(217,186,241); }

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

background-color css

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

 a { background-color: rgb(217,186,241); }

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

border-color css

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

 span { border-color: rgb(217,186,241); }

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