Html Css Color HEX #D1ABFC Mauve

📋 copy color: '#D1ABFC'

red 209 ◦ green 171 ◦ blue 252

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

Shades of Mauve #D1ABFC

Tints of Mauve #D1ABFC

RGB

 RED value IS 209 (82.03% from 255) = 33.07%

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

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

R = 33.07%
G = 27.06%
B = 39.87%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1ABFC (or 0xD1ABFC) is known color: Mauve. HEX triplet: D1, AB and FC. RGB value is (209,171,252). Sum of RGB (Red+Green+Blue) = 209+171+252=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABFC is #2E5403. Grayscale: #BFBFBF. Windows color (decimal): -3036164 or 16559057. OLE color: 16559057.

HSL color Cylindrical-coordinate representation of color #D1ABFC: hue angle of 268.15º 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 #D1ABFC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 171 252 -
CMYK 0.17 0.32 0 0.01
HSL 268.15º 0.93% 0.83% -
HSV(B) 268.15º 0.32% 0.99% -
XYZ 58.43 49.71 98.61 -
YUV 191.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 209 171 252 0.17 0.32 0 0.01 268.15 0.93 0.83
Hex D1 AB FC 11 20 0 1 10C 5D 53
Octal 321 253 374 21 40 0 1 414 135 123
Binary 11010001 10101011 11111100 10001 100000 0 1 100001100 1011101 1010011

Color Harmonies of #D1ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABFC

Black with #D1ABFC

Text Example


Text Example

White with #D1ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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