Html Css Color HEX #DCA7F8 Mauve

📋 copy color: '#DCA7F8'

red 220 ◦ green 167 ◦ blue 248

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

Shades of Mauve #DCA7F8

Tints of Mauve #DCA7F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.06%

R = 34.65%
G = 26.3%
B = 39.06%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCA7F8 (or 0xDCA7F8) is known color: Mauve. HEX triplet: DC, A7 and F8. RGB value is (220,167,248). Sum of RGB (Red+Green+Blue) = 220+167+248=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCA7F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA7F8 is #235807. Grayscale: #BFBFBF. Windows color (decimal): -2316296 or 16295900. OLE color: 16295900.

HSL color Cylindrical-coordinate representation of color #DCA7F8: hue angle of 279.26º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA7F8 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 167 248 -
CMYK 0.11 0.33 0 0.03
HSL 279.26º 0.85% 0.81% -
HSV(B) 279.26º 0.33% 0.97% -
XYZ 60.28 49.63 95.21 -
YUV 192.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 220 167 248 0.11 0.33 0 0.03 279.26 0.85 0.81
Hex DC A7 F8 B 21 0 3 117 55 51
Octal 334 247 370 13 41 0 3 427 125 121
Binary 11011100 10100111 11111000 1011 100001 0 11 100010111 1010101 1010001

Color Harmonies of #DCA7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA7F8

Black with #DCA7F8

Text Example


Text Example

White with #DCA7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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