Html Css Color HEX #DCA7FE Mauve

📋 copy color: '#DCA7FE'

red 220 ◦ green 167 ◦ blue 254

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

Shades of Mauve #DCA7FE

Tints of Mauve #DCA7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.05%

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 34.32%
G = 26.05%
B = 39.63%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DCA7FE (or 0xDCA7FE) is known color: Mauve. HEX triplet: DC, A7 and FE. RGB value is (220,167,254). Sum of RGB (Red+Green+Blue) = 220+167+254=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA7FE is #235801. Grayscale: #C0C0C0. Windows color (decimal): -2316290 or 16689116. OLE color: 16689116.

HSL color Cylindrical-coordinate representation of color #DCA7FE: hue angle of 276.55º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCA7FE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 167 254 -
CMYK 0.13 0.34 0 0.00
HSL 276.55º 0.98% 0.83% -
HSV(B) 276.55º 0.34% 1% -
XYZ 61.22 50.01 100.19 -
YUV 192.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 220 167 254 0.13 0.34 0 0.00 276.55 0.98 0.83
Hex DC A7 FE D 22 0 0 115 62 53
Octal 334 247 376 15 42 0 0 425 142 123
Binary 11011100 10100111 11111110 1101 100010 0 0 100010101 1100010 1010011

Color Harmonies of #DCA7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA7FE

Black with #DCA7FE

Text Example


Text Example

White with #DCA7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA7FE; }

 p { color: rgb(220,167,254); }

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

background-color css

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

 a { background-color: rgb(220,167,254); }

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

border-color css

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

 span { border-color: rgb(220,167,254); }

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