Html Css Color HEX #D4ABF6 Mauve

📋 copy color: '#D4ABF6'

red 212 ◦ green 171 ◦ blue 246

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

Shades of Mauve #D4ABF6

Tints of Mauve #D4ABF6

RGB

 RED value IS 212 (83.2% from 255) = 33.7%

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

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

R = 33.7%
G = 27.19%
B = 39.11%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D4ABF6 (or 0xD4ABF6) is known color: Mauve. HEX triplet: D4, AB and F6. RGB value is (212,171,246). Sum of RGB (Red+Green+Blue) = 212+171+246=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABF6 is #2B5409. Grayscale: #BFBFBF. Windows color (decimal): -2839562 or 16165844. OLE color: 16165844.

HSL color Cylindrical-coordinate representation of color #D4ABF6: hue angle of 272.8º 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 #D4ABF6 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 171 246 -
CMYK 0.14 0.30 0 0.04
HSL 272.8º 0.81% 0.82% -
HSV(B) 272.8º 0.3% 0.96% -
XYZ 58.35 49.78 93.72 -
YUV 191.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 212 171 246 0.14 0.30 0 0.04 272.8 0.81 0.82
Hex D4 AB F6 E 1E 0 4 111 51 52
Octal 324 253 366 16 36 0 4 421 121 122
Binary 11010100 10101011 11110110 1110 11110 0 100 100010001 1010001 1010010

Color Harmonies of #D4ABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABF6

Black with #D4ABF6

Text Example


Text Example

White with #D4ABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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