Html Css Color HEX #D9BAF3 Mauve

📋 copy color: '#D9BAF3'

red 217 ◦ green 186 ◦ blue 243

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

Shades of Mauve #D9BAF3

Tints of Mauve #D9BAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.62%

R = 33.59%
G = 28.79%
B = 37.62%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9BAF3 (or 0xD9BAF3) is known color: Mauve. HEX triplet: D9, BA and F3. RGB value is (217,186,243). Sum of RGB (Red+Green+Blue) = 217+186+243=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAF3 is #26450C. Grayscale: #C9C9C9. Windows color (decimal): -2508045 or 15973081. OLE color: 15973081.

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

Color convert

RGB 217 186 243 -
CMYK 0.11 0.23 0 0.05
HSL 272.63º 0.7% 0.84% -
HSV(B) 272.63º 0.23% 0.95% -
XYZ 62.35 56.34 92.38 -
YUV 201.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 217 186 243 0.11 0.23 0 0.05 272.63 0.7 0.84
Hex D9 BA F3 B 17 0 5 111 46 54
Octal 331 272 363 13 27 0 5 421 106 124
Binary 11011001 10111010 11110011 1011 10111 0 101 100010001 1000110 1010100

Color Harmonies of #D9BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAF3

Black with #D9BAF3

Text Example


Text Example

White with #D9BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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