Html Css Color HEX #D2ABFB Mauve

📋 copy color: '#D2ABFB'

red 210 ◦ green 171 ◦ blue 251

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

Shades of Mauve #D2ABFB

Tints of Mauve #D2ABFB

RGB

 RED value IS 210 (82.42% from 255) = 33.23%

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

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

R = 33.23%
G = 27.06%
B = 39.72%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2ABFB (or 0xD2ABFB) is known color: Mauve. HEX triplet: D2, AB and FB. RGB value is (210,171,251). Sum of RGB (Red+Green+Blue) = 210+171+251=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABFB is #2D5404. Grayscale: #BFBFBF. Windows color (decimal): -2970629 or 16493522. OLE color: 16493522.

HSL color Cylindrical-coordinate representation of color #D2ABFB: hue angle of 269.25º 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 #D2ABFB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 171 251 -
CMYK 0.16 0.32 0 0.02
HSL 269.25º 0.91% 0.83% -
HSV(B) 269.25º 0.32% 0.98% -
XYZ 58.55 49.79 97.79 -
YUV 191.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 210 171 251 0.16 0.32 0 0.02 269.25 0.91 0.83
Hex D2 AB FB 10 20 0 2 10D 5B 53
Octal 322 253 373 20 40 0 2 415 133 123
Binary 11010010 10101011 11111011 10000 100000 0 10 100001101 1011011 1010011

Color Harmonies of #D2ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABFB

Black with #D2ABFB

Text Example


Text Example

White with #D2ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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