Html Css Color HEX #DCABF7 Mauve

📋 copy color: '#DCABF7'

red 220 ◦ green 171 ◦ blue 247

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

Shades of Mauve #DCABF7

Tints of Mauve #DCABF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.71%

R = 34.48%
G = 26.8%
B = 38.71%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCABF7 (or 0xDCABF7) is known color: Mauve. HEX triplet: DC, AB and F7. RGB value is (220,171,247). Sum of RGB (Red+Green+Blue) = 220+171+247=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABF7 is #235408. Grayscale: #C2C2C2. Windows color (decimal): -2315273 or 16231388. OLE color: 16231388.

HSL color Cylindrical-coordinate representation of color #DCABF7: hue angle of 278.68º degrees, saturation: 0.83, 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 #DCABF7 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 171 247 -
CMYK 0.11 0.31 0 0.03
HSL 278.68º 0.83% 0.82% -
HSV(B) 278.68º 0.31% 0.97% -
XYZ 60.87 51.06 94.64 -
YUV 194.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 220 171 247 0.11 0.31 0 0.03 278.68 0.83 0.82
Hex DC AB F7 B 1F 0 3 117 53 52
Octal 334 253 367 13 37 0 3 427 123 122
Binary 11011100 10101011 11110111 1011 11111 0 11 100010111 1010011 1010010

Color Harmonies of #DCABF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABF7

Black with #DCABF7

Text Example


Text Example

White with #DCABF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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