Html Css Color HEX #D9BAF9 Mauve

📋 copy color: '#D9BAF9'

red 217 ◦ green 186 ◦ blue 249

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

Shades of Mauve #D9BAF9

Tints of Mauve #D9BAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.19%

R = 33.28%
G = 28.53%
B = 38.19%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9BAF9 (or 0xD9BAF9) is known color: Mauve. HEX triplet: D9, BA and F9. RGB value is (217,186,249). Sum of RGB (Red+Green+Blue) = 217+186+249=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9BAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAF9 is #264506. Grayscale: #CACACA. Windows color (decimal): -2508039 or 16366297. OLE color: 16366297.

HSL color Cylindrical-coordinate representation of color #D9BAF9: hue angle of 269.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9BAF9 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 186 249 -
CMYK 0.13 0.25 0 0.02
HSL 269.52º 0.84% 0.85% -
HSV(B) 269.52º 0.25% 0.98% -
XYZ 63.27 56.71 97.23 -
YUV 202.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 217 186 249 0.13 0.25 0 0.02 269.52 0.84 0.85
Hex D9 BA F9 D 19 0 2 10E 54 55
Octal 331 272 371 15 31 0 2 416 124 125
Binary 11011001 10111010 11111001 1101 11001 0 10 100001110 1010100 1010101

Color Harmonies of #D9BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAF9

Black with #D9BAF9

Text Example


Text Example

White with #D9BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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