Html Css Color HEX #D2ABFA Mauve

📋 copy color: '#D2ABFA'

red 210 ◦ green 171 ◦ blue 250

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

Shades of Mauve #D2ABFA

Tints of Mauve #D2ABFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.62%

R = 33.28%
G = 27.1%
B = 39.62%

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

#D2ABFA (or 0xD2ABFA) is known color: Mauve. HEX triplet: D2, AB and FA. RGB value is (210,171,250). Sum of RGB (Red+Green+Blue) = 210+171+250=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABFA is #2D5405. Grayscale: #BFBFBF. Windows color (decimal): -2970630 or 16427986. OLE color: 16427986.

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

Color convert

RGB 210 171 250 -
CMYK 0.16 0.32 0 0.02
HSL 269.62º 0.89% 0.83% -
HSV(B) 269.62º 0.32% 0.98% -
XYZ 58.4 49.73 96.96 -
YUV 191.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 210 171 250 0.16 0.32 0 0.02 269.62 0.89 0.83
Hex D2 AB FA 10 20 0 2 10E 59 53
Octal 322 253 372 20 40 0 2 416 131 123
Binary 11010010 10101011 11111010 10000 100000 0 10 100001110 1011001 1010011

Color Harmonies of #D2ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABFA

Black with #D2ABFA

Text Example


Text Example

White with #D2ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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