Html Css Color HEX #D9BAFA Mauve

📋 copy color: '#D9BAFA'

red 217 ◦ green 186 ◦ blue 250

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

Shades of Mauve #D9BAFA

Tints of Mauve #D9BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 33.23%
G = 28.48%
B = 38.28%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9BAFA (or 0xD9BAFA) is known color: Mauve. HEX triplet: D9, BA and FA. RGB value is (217,186,250). Sum of RGB (Red+Green+Blue) = 217+186+250=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BAFA is #264505. Grayscale: #CACACA. Windows color (decimal): -2508038 or 16431833. OLE color: 16431833.

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

Color convert

RGB 217 186 250 -
CMYK 0.13 0.26 0 0.02
HSL 269.06º 0.86% 0.85% -
HSV(B) 269.06º 0.26% 0.98% -
XYZ 63.43 56.77 98.06 -
YUV 202.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 217 186 250 0.13 0.26 0 0.02 269.06 0.86 0.85
Hex D9 BA FA D 1A 0 2 10D 56 55
Octal 331 272 372 15 32 0 2 415 126 125
Binary 11011001 10111010 11111010 1101 11010 0 10 100001101 1010110 1010101

Color Harmonies of #D9BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAFA

Black with #D9BAFA

Text Example


Text Example

White with #D9BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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