Html Css Color HEX #D9BAF2 Mauve

📋 copy color: '#D9BAF2'

red 217 ◦ green 186 ◦ blue 242

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

Shades of Mauve #D9BAF2

Tints of Mauve #D9BAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.52%

R = 33.64%
G = 28.84%
B = 37.52%

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

#D9BAF2 (or 0xD9BAF2) is known color: Mauve. HEX triplet: D9, BA and F2. RGB value is (217,186,242). Sum of RGB (Red+Green+Blue) = 217+186+242=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAF2 is #26450D. Grayscale: #C9C9C9. Windows color (decimal): -2508046 or 15907545. OLE color: 15907545.

HSL color Cylindrical-coordinate representation of color #D9BAF2: hue angle of 273.21º degrees, saturation: 0.68, 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 #D9BAF2 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 186 242 -
CMYK 0.10 0.23 0 0.05
HSL 273.21º 0.68% 0.84% -
HSV(B) 273.21º 0.23% 0.95% -
XYZ 62.2 56.28 91.59 -
YUV 201.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 217 186 242 0.10 0.23 0 0.05 273.21 0.68 0.84
Hex D9 BA F2 A 17 0 5 111 44 54
Octal 331 272 362 12 27 0 5 421 104 124
Binary 11011001 10111010 11110010 1010 10111 0 101 100010001 1000100 1010100

Color Harmonies of #D9BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAF2

Black with #D9BAF2

Text Example


Text Example

White with #D9BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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