Html Css Color HEX #D8ABF1 Mauve

📋 copy color: '#D8ABF1'

red 216 ◦ green 171 ◦ blue 241

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

Shades of Mauve #D8ABF1

Tints of Mauve #D8ABF1

RGB

 RED value IS 216 (84.77% from 255) = 34.39%

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

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

R = 34.39%
G = 27.23%
B = 38.38%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D8ABF1 (or 0xD8ABF1) is known color: Mauve. HEX triplet: D8, AB and F1. RGB value is (216,171,241). Sum of RGB (Red+Green+Blue) = 216+171+241=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ABF1 is #27540E. Grayscale: #C0C0C0. Windows color (decimal): -2577423 or 15838168. OLE color: 15838168.

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

Color convert

RGB 216 171 241 -
CMYK 0.10 0.29 0 0.05
HSL 278.57º 0.71% 0.81% -
HSV(B) 278.57º 0.29% 0.95% -
XYZ 58.76 50.08 89.79 -
YUV 192.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 216 171 241 0.10 0.29 0 0.05 278.57 0.71 0.81
Hex D8 AB F1 A 1D 0 5 117 47 51
Octal 330 253 361 12 35 0 5 427 107 121
Binary 11011000 10101011 11110001 1010 11101 0 101 100010111 1000111 1010001

Color Harmonies of #D8ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABF1

Black with #D8ABF1

Text Example


Text Example

White with #D8ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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