Html Css Color HEX #D1ABF2 Mauve

📋 copy color: '#D1ABF2'

red 209 ◦ green 171 ◦ blue 242

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

Shades of Mauve #D1ABF2

Tints of Mauve #D1ABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.91%

R = 33.6%
G = 27.49%
B = 38.91%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1ABF2 (or 0xD1ABF2) is known color: Mauve. HEX triplet: D1, AB and F2. RGB value is (209,171,242). Sum of RGB (Red+Green+Blue) = 209+171+242=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABF2 is #2E540D. Grayscale: #BEBEBE. Windows color (decimal): -3036174 or 15903697. OLE color: 15903697.

HSL color Cylindrical-coordinate representation of color #D1ABF2: hue angle of 272.11º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1ABF2 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 171 242 -
CMYK 0.14 0.29 0 0.05
HSL 272.11º 0.73% 0.81% -
HSV(B) 272.11º 0.29% 0.95% -
XYZ 56.88 49.09 90.48 -
YUV 190.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 209 171 242 0.14 0.29 0 0.05 272.11 0.73 0.81
Hex D1 AB F2 E 1D 0 5 110 49 51
Octal 321 253 362 16 35 0 5 420 111 121
Binary 11010001 10101011 11110010 1110 11101 0 101 100010000 1001001 1010001

Color Harmonies of #D1ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABF2

Black with #D1ABF2

Text Example


Text Example

White with #D1ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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