Html Css Color HEX #DAAAF6 Mauve

📋 copy color: '#DAAAF6'

red 218 ◦ green 170 ◦ blue 246

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

Shades of Mauve #DAAAF6

Tints of Mauve #DAAAF6

RGB

 RED value IS 218 (85.55% from 255) = 34.38%

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

 BLUE value IS 246 (96.48% from 255) = 38.8%

R = 34.38%
G = 26.81%
B = 38.8%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAAAF6 (or 0xDAAAF6) is known color: Mauve. HEX triplet: DA, AA and F6. RGB value is (218,170,246). Sum of RGB (Red+Green+Blue) = 218+170+246=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAAAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAF6 is #255509. Grayscale: #C0C0C0. Windows color (decimal): -2446602 or 16165594. OLE color: 16165594.

HSL color Cylindrical-coordinate representation of color #DAAAF6: hue angle of 277.89º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAAAF6 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 170 246 -
CMYK 0.11 0.31 0 0.04
HSL 277.89º 0.81% 0.82% -
HSV(B) 277.89º 0.31% 0.96% -
XYZ 59.92 50.31 93.74 -
YUV 193.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 218 170 246 0.11 0.31 0 0.04 277.89 0.81 0.82
Hex DA AA F6 B 1F 0 4 116 51 52
Octal 332 252 366 13 37 0 4 426 121 122
Binary 11011010 10101010 11110110 1011 11111 0 100 100010110 1010001 1010010

Color Harmonies of #DAAAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAF6

Black with #DAAAF6

Text Example


Text Example

White with #DAAAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAF6; }

 p { color: rgb(218,170,246); }

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

background-color css

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

 a { background-color: rgb(218,170,246); }

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

border-color css

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

 span { border-color: rgb(218,170,246); }

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