Html Css Color HEX #D8ABFB Mauve

📋 copy color: '#D8ABFB'

red 216 ◦ green 171 ◦ blue 251

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

Shades of Mauve #D8ABFB

Tints of Mauve #D8ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.34%

R = 33.86%
G = 26.8%
B = 39.34%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8ABFB (or 0xD8ABFB) is known color: Mauve. HEX triplet: D8, AB and FB. RGB value is (216,171,251). Sum of RGB (Red+Green+Blue) = 216+171+251=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ABFB is #275404. Grayscale: #C1C1C1. Windows color (decimal): -2577413 or 16493528. OLE color: 16493528.

HSL color Cylindrical-coordinate representation of color #D8ABFB: hue angle of 273.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8ABFB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 171 251 -
CMYK 0.14 0.32 0 0.02
HSL 273.75º 0.91% 0.83% -
HSV(B) 273.75º 0.32% 0.98% -
XYZ 60.29 50.69 97.87 -
YUV 193.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 216 171 251 0.14 0.32 0 0.02 273.75 0.91 0.83
Hex D8 AB FB E 20 0 2 112 5B 53
Octal 330 253 373 16 40 0 2 422 133 123
Binary 11011000 10101011 11111011 1110 100000 0 10 100010010 1011011 1010011

Color Harmonies of #D8ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABFB

Black with #D8ABFB

Text Example


Text Example

White with #D8ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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