Html Css Color HEX #DCA8FE Mauve

📋 copy color: '#DCA8FE'

red 220 ◦ green 168 ◦ blue 254

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

Shades of Mauve #DCA8FE

Tints of Mauve #DCA8FE

RGB

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

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

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

R = 34.27%
G = 26.17%
B = 39.56%

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

#DCA8FE (or 0xDCA8FE) is known color: Mauve. HEX triplet: DC, A8 and FE. RGB value is (220,168,254). Sum of RGB (Red+Green+Blue) = 220+168+254=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8FE is #235701. Grayscale: #C1C1C1. Windows color (decimal): -2316034 or 16689372. OLE color: 16689372.

HSL color Cylindrical-coordinate representation of color #DCA8FE: hue angle of 276.28º 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 #DCA8FE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 168 254 -
CMYK 0.13 0.34 0 0.00
HSL 276.28º 0.98% 0.83% -
HSV(B) 276.28º 0.34% 1% -
XYZ 61.41 50.38 100.25 -
YUV 193.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 220 168 254 0.13 0.34 0 0.00 276.28 0.98 0.83
Hex DC A8 FE D 22 0 0 114 62 53
Octal 334 250 376 15 42 0 0 424 142 123
Binary 11011100 10101000 11111110 1101 100010 0 0 100010100 1100010 1010011

Color Harmonies of #DCA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8FE

Black with #DCA8FE

Text Example


Text Example

White with #DCA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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