Html Css Color HEX #DCAAFF Mauve

📋 copy color: '#DCAAFF'

red 220 ◦ green 170 ◦ blue 255

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

Shades of Mauve #DCAAFF

Tints of Mauve #DCAAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.53%

R = 34.11%
G = 26.36%
B = 39.53%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCAAFF (or 0xDCAAFF) is known color: Mauve. HEX triplet: DC, AA and FF. RGB value is (220,170,255). Sum of RGB (Red+Green+Blue) = 220+170+255=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAFF is #235500. Grayscale: #C2C2C2. Windows color (decimal): -2315521 or 16755420. OLE color: 16755420.

HSL color Cylindrical-coordinate representation of color #DCAAFF: hue angle of 275.29º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCAAFF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 170 255 -
CMYK 0.14 0.33 0 0
HSL 275.29º 1% 0.83% -
HSV(B) 275.29º 0.33% 1% -
XYZ 61.94 51.19 101.22 -
YUV 194.64 162.07 146.09 -
System Red Green Blue C M Y K H S L
Decimal 220 170 255 0.14 0.33 0 0 275.29 1 0.83
Hex DC AA FF E 21 0 0 113 64 53
Octal 334 252 377 16 41 0 0 423 144 123
Binary 11011100 10101010 11111111 1110 100001 0 0 100010011 1100100 1010011

Color Harmonies of #DCAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAFF

Black with #DCAAFF

Text Example


Text Example

White with #DCAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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