Html Css Color HEX #D9ABFC Mauve

📋 copy color: '#D9ABFC'

red 217 ◦ green 171 ◦ blue 252

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

Shades of Mauve #D9ABFC

Tints of Mauve #D9ABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.38%

R = 33.91%
G = 26.72%
B = 39.38%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9ABFC (or 0xD9ABFC) is known color: Mauve. HEX triplet: D9, AB and FC. RGB value is (217,171,252). Sum of RGB (Red+Green+Blue) = 217+171+252=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABFC is #265403. Grayscale: #C1C1C1. Windows color (decimal): -2511876 or 16559065. OLE color: 16559065.

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

Color convert

RGB 217 171 252 -
CMYK 0.14 0.32 0 0.01
HSL 274.07º 0.93% 0.83% -
HSV(B) 274.07º 0.32% 0.99% -
XYZ 60.75 50.91 98.72 -
YUV 193.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 217 171 252 0.14 0.32 0 0.01 274.07 0.93 0.83
Hex D9 AB FC E 20 0 1 112 5D 53
Octal 331 253 374 16 40 0 1 422 135 123
Binary 11011001 10101011 11111100 1110 100000 0 1 100010010 1011101 1010011

Color Harmonies of #D9ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABFC

Black with #D9ABFC

Text Example


Text Example

White with #D9ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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