Html Css Color HEX #DCABF9 Mauve

📋 copy color: '#DCABF9'

red 220 ◦ green 171 ◦ blue 249

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

Shades of Mauve #DCABF9

Tints of Mauve #DCABF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.91%

R = 34.38%
G = 26.72%
B = 38.91%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCABF9 (or 0xDCABF9) is known color: Mauve. HEX triplet: DC, AB and F9. RGB value is (220,171,249). Sum of RGB (Red+Green+Blue) = 220+171+249=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABF9 is #235406. Grayscale: #C2C2C2. Windows color (decimal): -2315271 or 16362460. OLE color: 16362460.

HSL color Cylindrical-coordinate representation of color #DCABF9: hue angle of 277.69º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCABF9 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 171 249 -
CMYK 0.12 0.31 0 0.02
HSL 277.69º 0.87% 0.82% -
HSV(B) 277.69º 0.31% 0.98% -
XYZ 61.18 51.18 96.28 -
YUV 194.54 158.73 146.16 -
System Red Green Blue C M Y K H S L
Decimal 220 171 249 0.12 0.31 0 0.02 277.69 0.87 0.82
Hex DC AB F9 C 1F 0 2 116 57 52
Octal 334 253 371 14 37 0 2 426 127 122
Binary 11011100 10101011 11111001 1100 11111 0 10 100010110 1010111 1010010

Color Harmonies of #DCABF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABF9

Black with #DCABF9

Text Example


Text Example

White with #DCABF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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