Html Css Color HEX #D9ABFB Mauve

📋 copy color: '#D9ABFB'

red 217 ◦ green 171 ◦ blue 251

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

Shades of Mauve #D9ABFB

Tints of Mauve #D9ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.28%

R = 33.96%
G = 26.76%
B = 39.28%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9ABFB (or 0xD9ABFB) is known color: Mauve. HEX triplet: D9, AB and FB. RGB value is (217,171,251). Sum of RGB (Red+Green+Blue) = 217+171+251=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABFB is #265404. Grayscale: #C1C1C1. Windows color (decimal): -2511877 or 16493529. OLE color: 16493529.

HSL color Cylindrical-coordinate representation of color #D9ABFB: hue angle of 274.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9ABFB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 171 251 -
CMYK 0.14 0.32 0 0.02
HSL 274.5º 0.91% 0.83% -
HSV(B) 274.5º 0.32% 0.98% -
XYZ 60.59 50.84 97.89 -
YUV 193.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 217 171 251 0.14 0.32 0 0.02 274.5 0.91 0.83
Hex D9 AB FB E 20 0 2 112 5B 53
Octal 331 253 373 16 40 0 2 422 133 123
Binary 11011001 10101011 11111011 1110 100000 0 10 100010010 1011011 1010011

Color Harmonies of #D9ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABFB

Black with #D9ABFB

Text Example


Text Example

White with #D9ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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