Html Css Color HEX #D5ABF1 Mauve

📋 copy color: '#D5ABF1'

red 213 ◦ green 171 ◦ blue 241

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

Shades of Mauve #D5ABF1

Tints of Mauve #D5ABF1

RGB

 RED value IS 213 (83.59% from 255) = 34.08%

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

 BLUE value IS 241 (94.53% from 255) = 38.56%

R = 34.08%
G = 27.36%
B = 38.56%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D5ABF1 (or 0xD5ABF1) is known color: Mauve. HEX triplet: D5, AB and F1. RGB value is (213,171,241). Sum of RGB (Red+Green+Blue) = 213+171+241=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABF1 is #2A540E. Grayscale: #BFBFBF. Windows color (decimal): -2774031 or 15838165. OLE color: 15838165.

HSL color Cylindrical-coordinate representation of color #D5ABF1: hue angle of 276º degrees, saturation: 0.71, 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 #D5ABF1 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 171 241 -
CMYK 0.12 0.29 0 0.05
HSL 276º 0.71% 0.81% -
HSV(B) 276º 0.29% 0.95% -
XYZ 57.88 49.62 89.75 -
YUV 191.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 213 171 241 0.12 0.29 0 0.05 276 0.71 0.81
Hex D5 AB F1 C 1D 0 5 114 47 51
Octal 325 253 361 14 35 0 5 424 107 121
Binary 11010101 10101011 11110001 1100 11101 0 101 100010100 1000111 1010001

Color Harmonies of #D5ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABF1

Black with #D5ABF1

Text Example


Text Example

White with #D5ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABF1; }

 p { color: rgb(213,171,241); }

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

background-color css

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

 a { background-color: rgb(213,171,241); }

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

border-color css

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

 span { border-color: rgb(213,171,241); }

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