Html Css Color HEX #D6ABF2 Mauve

📋 copy color: '#D6ABF2'

red 214 ◦ green 171 ◦ blue 242

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

Shades of Mauve #D6ABF2

Tints of Mauve #D6ABF2

RGB

 RED value IS 214 (83.98% from 255) = 34.13%

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

 BLUE value IS 242 (94.92% from 255) = 38.6%

R = 34.13%
G = 27.27%
B = 38.6%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6ABF2 (or 0xD6ABF2) is known color: Mauve. HEX triplet: D6, AB and F2. RGB value is (214,171,242). Sum of RGB (Red+Green+Blue) = 214+171+242=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABF2 is #29540D. Grayscale: #BFBFBF. Windows color (decimal): -2708494 or 15903702. OLE color: 15903702.

HSL color Cylindrical-coordinate representation of color #D6ABF2: hue angle of 276.34º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6ABF2 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 171 242 -
CMYK 0.12 0.29 0 0.05
HSL 276.34º 0.73% 0.81% -
HSV(B) 276.34º 0.29% 0.95% -
XYZ 58.32 49.83 90.55 -
YUV 191.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 214 171 242 0.12 0.29 0 0.05 276.34 0.73 0.81
Hex D6 AB F2 C 1D 0 5 114 49 51
Octal 326 253 362 14 35 0 5 424 111 121
Binary 11010110 10101011 11110010 1100 11101 0 101 100010100 1001001 1010001

Color Harmonies of #D6ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABF2

Black with #D6ABF2

Text Example


Text Example

White with #D6ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABF2; }

 p { color: rgb(214,171,242); }

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

background-color css

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

 a { background-color: rgb(214,171,242); }

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

border-color css

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

 span { border-color: rgb(214,171,242); }

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