Html Css Color HEX #D1ABFD Mauve

📋 copy color: '#D1ABFD'

red 209 ◦ green 171 ◦ blue 253

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

Shades of Mauve #D1ABFD

Tints of Mauve #D1ABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.97%

R = 33.02%
G = 27.01%
B = 39.97%

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

#D1ABFD (or 0xD1ABFD) is known color: Mauve. HEX triplet: D1, AB and FD. RGB value is (209,171,253). Sum of RGB (Red+Green+Blue) = 209+171+253=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABFD is #2E5402. Grayscale: #BFBFBF. Windows color (decimal): -3036163 or 16624593. OLE color: 16624593.

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

Color convert

RGB 209 171 253 -
CMYK 0.17 0.32 0 0.01
HSL 267.8º 0.95% 0.83% -
HSV(B) 267.8º 0.32% 0.99% -
XYZ 58.59 49.77 99.45 -
YUV 191.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 209 171 253 0.17 0.32 0 0.01 267.8 0.95 0.83
Hex D1 AB FD 11 20 0 1 10C 5F 53
Octal 321 253 375 21 40 0 1 414 137 123
Binary 11010001 10101011 11111101 10001 100000 0 1 100001100 1011111 1010011

Color Harmonies of #D1ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ABFD

Black with #D1ABFD

Text Example


Text Example

White with #D1ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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