Html Css Color HEX #DCA8F2 Mauve

📋 copy color: '#DCA8F2'

red 220 ◦ green 168 ◦ blue 242

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

Shades of Mauve #DCA8F2

Tints of Mauve #DCA8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.41%

R = 34.92%
G = 26.67%
B = 38.41%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCA8F2 (or 0xDCA8F2) is known color: Mauve. HEX triplet: DC, A8 and F2. RGB value is (220,168,242). Sum of RGB (Red+Green+Blue) = 220+168+242=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCA8F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8F2 is #23570D. Grayscale: #BFBFBF. Windows color (decimal): -2316046 or 15902940. OLE color: 15902940.

HSL color Cylindrical-coordinate representation of color #DCA8F2: hue angle of 282.16º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCA8F2 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 168 242 -
CMYK 0.09 0.31 0 0.05
HSL 282.16º 0.74% 0.8% -
HSV(B) 282.16º 0.31% 0.95% -
XYZ 59.54 49.63 90.45 -
YUV 191.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 220 168 242 0.09 0.31 0 0.05 282.16 0.74 0.8
Hex DC A8 F2 9 1F 0 5 11A 4A 50
Octal 334 250 362 11 37 0 5 432 112 120
Binary 11011100 10101000 11110010 1001 11111 0 101 100011010 1001010 1010000

Color Harmonies of #DCA8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8F2

Black with #DCA8F2

Text Example


Text Example

White with #DCA8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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