Html Css Color HEX #DCA8F6 Mauve

📋 copy color: '#DCA8F6'

red 220 ◦ green 168 ◦ blue 246

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

Shades of Mauve #DCA8F6

Tints of Mauve #DCA8F6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.5%

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

R = 34.7%
G = 26.5%
B = 38.8%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCA8F6 (or 0xDCA8F6) is known color: Mauve. HEX triplet: DC, A8 and F6. RGB value is (220,168,246). Sum of RGB (Red+Green+Blue) = 220+168+246=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCA8F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8F6 is #235709. Grayscale: #C0C0C0. Windows color (decimal): -2316042 or 16165084. OLE color: 16165084.

HSL color Cylindrical-coordinate representation of color #DCA8F6: hue angle of 280º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA8F6 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 168 246 -
CMYK 0.11 0.32 0 0.04
HSL 280º 0.81% 0.81% -
HSV(B) 280º 0.32% 0.96% -
XYZ 60.15 49.87 93.65 -
YUV 192.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 220 168 246 0.11 0.32 0 0.04 280 0.81 0.81
Hex DC A8 F6 B 20 0 4 118 51 51
Octal 334 250 366 13 40 0 4 430 121 121
Binary 11011100 10101000 11110110 1011 100000 0 100 100011000 1010001 1010001

Color Harmonies of #DCA8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8F6

Black with #DCA8F6

Text Example


Text Example

White with #DCA8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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