Html Css Color HEX #D8ABF6 Mauve

📋 copy color: '#D8ABF6'

red 216 ◦ green 171 ◦ blue 246

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

Shades of Mauve #D8ABF6

Tints of Mauve #D8ABF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.86%

R = 34.12%
G = 27.01%
B = 38.86%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D8ABF6 (or 0xD8ABF6) is known color: Mauve. HEX triplet: D8, AB and F6. RGB value is (216,171,246). Sum of RGB (Red+Green+Blue) = 216+171+246=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ABF6 is #275409. Grayscale: #C0C0C0. Windows color (decimal): -2577418 or 16165848. OLE color: 16165848.

HSL color Cylindrical-coordinate representation of color #D8ABF6: hue angle of 276º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8ABF6 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 171 246 -
CMYK 0.12 0.30 0 0.04
HSL 276º 0.81% 0.82% -
HSV(B) 276º 0.3% 0.96% -
XYZ 59.52 50.38 93.78 -
YUV 193.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 216 171 246 0.12 0.30 0 0.04 276 0.81 0.82
Hex D8 AB F6 C 1E 0 4 114 51 52
Octal 330 253 366 14 36 0 4 424 121 122
Binary 11011000 10101011 11110110 1100 11110 0 100 100010100 1010001 1010010

Color Harmonies of #D8ABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABF6

Black with #D8ABF6

Text Example


Text Example

White with #D8ABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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