Html Css Color HEX #D9BAF6 Mauve

📋 copy color: '#D9BAF6'

red 217 ◦ green 186 ◦ blue 246

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

Shades of Mauve #D9BAF6

Tints of Mauve #D9BAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.9%

R = 33.44%
G = 28.66%
B = 37.9%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D9BAF6 (or 0xD9BAF6) is known color: Mauve. HEX triplet: D9, BA and F6. RGB value is (217,186,246). Sum of RGB (Red+Green+Blue) = 217+186+246=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAF6 is #264509. Grayscale: #C9C9C9. Windows color (decimal): -2508042 or 16169689. OLE color: 16169689.

HSL color Cylindrical-coordinate representation of color #D9BAF6: hue angle of 271º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9BAF6 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 186 246 -
CMYK 0.12 0.24 0 0.04
HSL 271º 0.77% 0.85% -
HSV(B) 271º 0.24% 0.96% -
XYZ 62.81 56.52 94.79 -
YUV 202.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 217 186 246 0.12 0.24 0 0.04 271 0.77 0.85
Hex D9 BA F6 C 18 0 4 10F 4D 55
Octal 331 272 366 14 30 0 4 417 115 125
Binary 11011001 10111010 11110110 1100 11000 0 100 100001111 1001101 1010101

Color Harmonies of #D9BAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAF6

Black with #D9BAF6

Text Example


Text Example

White with #D9BAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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