Html Css Color HEX #DCA8F8 Mauve

📋 copy color: '#DCA8F8'

red 220 ◦ green 168 ◦ blue 248

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

Shades of Mauve #DCA8F8

Tints of Mauve #DCA8F8

RGB

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

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

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

R = 34.59%
G = 26.42%
B = 38.99%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCA8F8 (or 0xDCA8F8) is known color: Mauve. HEX triplet: DC, A8 and F8. RGB value is (220,168,248). Sum of RGB (Red+Green+Blue) = 220+168+248=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCA8F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8F8 is #235707. Grayscale: #C0C0C0. Windows color (decimal): -2316040 or 16296156. OLE color: 16296156.

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

Color convert

RGB 220 168 248 -
CMYK 0.11 0.32 0 0.03
HSL 279º 0.85% 0.82% -
HSV(B) 279º 0.32% 0.97% -
XYZ 60.46 50 95.27 -
YUV 192.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 220 168 248 0.11 0.32 0 0.03 279 0.85 0.82
Hex DC A8 F8 B 20 0 3 117 55 52
Octal 334 250 370 13 40 0 3 427 125 122
Binary 11011100 10101000 11111000 1011 100000 0 11 100010111 1010101 1010010

Color Harmonies of #DCA8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8F8

Black with #DCA8F8

Text Example


Text Example

White with #DCA8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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