Html Css Color HEX #D9BAF0 Mauve

📋 copy color: '#D9BAF0'

red 217 ◦ green 186 ◦ blue 240

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

Shades of Mauve #D9BAF0

Tints of Mauve #D9BAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.33%

R = 33.75%
G = 28.93%
B = 37.33%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9BAF0 (or 0xD9BAF0) is known color: Mauve. HEX triplet: D9, BA and F0. RGB value is (217,186,240). Sum of RGB (Red+Green+Blue) = 217+186+240=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAF0 is #26450F. Grayscale: #C9C9C9. Windows color (decimal): -2508048 or 15776473. OLE color: 15776473.

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

Color convert

RGB 217 186 240 -
CMYK 0.10 0.22 0 0.06
HSL 274.44º 0.64% 0.84% -
HSV(B) 274.44º 0.23% 0.94% -
XYZ 61.9 56.16 90.02 -
YUV 201.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 217 186 240 0.10 0.22 0 0.06 274.44 0.64 0.84
Hex D9 BA F0 A 16 0 6 112 40 54
Octal 331 272 360 12 26 0 6 422 100 124
Binary 11011001 10111010 11110000 1010 10110 0 110 100010010 1000000 1010100

Color Harmonies of #D9BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAF0

Black with #D9BAF0

Text Example


Text Example

White with #D9BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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