Html Css Color HEX #D9ABF3 Mauve

📋 copy color: '#D9ABF3'

red 217 ◦ green 171 ◦ blue 243

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

Shades of Mauve #D9ABF3

Tints of Mauve #D9ABF3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.1%

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

R = 34.39%
G = 27.1%
B = 38.51%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9ABF3 (or 0xD9ABF3) is known color: Mauve. HEX triplet: D9, AB and F3. RGB value is (217,171,243). Sum of RGB (Red+Green+Blue) = 217+171+243=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9ABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABF3 is #26540C. Grayscale: #C0C0C0. Windows color (decimal): -2511885 or 15969241. OLE color: 15969241.

HSL color Cylindrical-coordinate representation of color #D9ABF3: hue angle of 278.33º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9ABF3 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 171 243 -
CMYK 0.11 0.30 0 0.05
HSL 278.33º 0.75% 0.81% -
HSV(B) 278.33º 0.3% 0.95% -
XYZ 59.36 50.35 91.38 -
YUV 192.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 217 171 243 0.11 0.30 0 0.05 278.33 0.75 0.81
Hex D9 AB F3 B 1E 0 5 116 4B 51
Octal 331 253 363 13 36 0 5 426 113 121
Binary 11011001 10101011 11110011 1011 11110 0 101 100010110 1001011 1010001

Color Harmonies of #D9ABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABF3

Black with #D9ABF3

Text Example


Text Example

White with #D9ABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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