Html Css Color HEX #DCAAFA Mauve

📋 copy color: '#DCAAFA'

red 220 ◦ green 170 ◦ blue 250

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

Shades of Mauve #DCAAFA

Tints of Mauve #DCAAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.56%

 BLUE value IS 250 (98.05% from 255) = 39.06%

R = 34.38%
G = 26.56%
B = 39.06%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCAAFA (or 0xDCAAFA) is known color: Mauve. HEX triplet: DC, AA and FA. RGB value is (220,170,250). Sum of RGB (Red+Green+Blue) = 220+170+250=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAFA is #235505. Grayscale: #C1C1C1. Windows color (decimal): -2315526 or 16427740. OLE color: 16427740.

HSL color Cylindrical-coordinate representation of color #DCAAFA: hue angle of 277.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCAAFA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 170 250 -
CMYK 0.12 0.32 0 0.02
HSL 277.5º 0.89% 0.82% -
HSV(B) 277.5º 0.32% 0.98% -
XYZ 61.15 50.87 97.04 -
YUV 194.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 220 170 250 0.12 0.32 0 0.02 277.5 0.89 0.82
Hex DC AA FA C 20 0 2 116 59 52
Octal 334 252 372 14 40 0 2 426 131 122
Binary 11011100 10101010 11111010 1100 100000 0 10 100010110 1011001 1010010

Color Harmonies of #DCAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAFA

Black with #DCAAFA

Text Example


Text Example

White with #DCAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAFA; }

 p { color: rgb(220,170,250); }

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

background-color css

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

 a { background-color: rgb(220,170,250); }

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

border-color css

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

 span { border-color: rgb(220,170,250); }

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