Html Css Color HEX #DCABF6 Mauve

📋 copy color: '#DCABF6'

red 220 ◦ green 171 ◦ blue 246

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

Shades of Mauve #DCABF6

Tints of Mauve #DCABF6

RGB

 RED value IS 220 (86.33% from 255) = 34.54%

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

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

R = 34.54%
G = 26.84%
B = 38.62%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCABF6 (or 0xDCABF6) is known color: Mauve. HEX triplet: DC, AB and F6. RGB value is (220,171,246). Sum of RGB (Red+Green+Blue) = 220+171+246=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABF6 is #235409. Grayscale: #C1C1C1. Windows color (decimal): -2315274 or 16165852. OLE color: 16165852.

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

Color convert

RGB 220 171 246 -
CMYK 0.11 0.30 0 0.04
HSL 279.2º 0.81% 0.82% -
HSV(B) 279.2º 0.3% 0.96% -
XYZ 60.71 51 93.83 -
YUV 194.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 220 171 246 0.11 0.30 0 0.04 279.2 0.81 0.82
Hex DC AB F6 B 1E 0 4 117 51 52
Octal 334 253 366 13 36 0 4 427 121 122
Binary 11011100 10101011 11110110 1011 11110 0 100 100010111 1010001 1010010

Color Harmonies of #DCABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABF6

Black with #DCABF6

Text Example


Text Example

White with #DCABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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