Html Css Color HEX #D2ABF8 Mauve

📋 copy color: '#D2ABF8'

red 210 ◦ green 171 ◦ blue 248

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

Shades of Mauve #D2ABF8

Tints of Mauve #D2ABF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.43%

R = 33.39%
G = 27.19%
B = 39.43%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D2ABF8 (or 0xD2ABF8) is known color: Mauve. HEX triplet: D2, AB and F8. RGB value is (210,171,248). Sum of RGB (Red+Green+Blue) = 210+171+248=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABF8 is #2D5407. Grayscale: #BFBFBF. Windows color (decimal): -2970632 or 16296914. OLE color: 16296914.

HSL color Cylindrical-coordinate representation of color #D2ABF8: hue angle of 270.39º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2ABF8 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 171 248 -
CMYK 0.15 0.31 0 0.03
HSL 270.39º 0.85% 0.82% -
HSV(B) 270.39º 0.31% 0.97% -
XYZ 58.08 49.6 95.32 -
YUV 191.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 210 171 248 0.15 0.31 0 0.03 270.39 0.85 0.82
Hex D2 AB F8 F 1F 0 3 10E 55 52
Octal 322 253 370 17 37 0 3 416 125 122
Binary 11010010 10101011 11111000 1111 11111 0 11 100001110 1010101 1010010

Color Harmonies of #D2ABF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABF8

Black with #D2ABF8

Text Example


Text Example

White with #D2ABF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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