Html Css Color HEX #DAA6F9 Mauve

📋 copy color: '#DAA6F9'

red 218 ◦ green 166 ◦ blue 249

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

Shades of Mauve #DAA6F9

Tints of Mauve #DAA6F9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.22%

 BLUE value IS 249 (97.66% from 255) = 39.34%

R = 34.44%
G = 26.22%
B = 39.34%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAA6F9 (or 0xDAA6F9) is known color: Mauve. HEX triplet: DA, A6 and F9. RGB value is (218,166,249). Sum of RGB (Red+Green+Blue) = 218+166+249=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAA6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA6F9 is #255906. Grayscale: #BEBEBE. Windows color (decimal): -2447623 or 16361178. OLE color: 16361178.

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

Color convert

RGB 218 166 249 -
CMYK 0.12 0.33 0 0.02
HSL 277.59º 0.87% 0.81% -
HSV(B) 277.59º 0.33% 0.98% -
XYZ 59.65 49.02 95.94 -
YUV 191.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 218 166 249 0.12 0.33 0 0.02 277.59 0.87 0.81
Hex DA A6 F9 C 21 0 2 116 57 51
Octal 332 246 371 14 41 0 2 426 127 121
Binary 11011010 10100110 11111001 1100 100001 0 10 100010110 1010111 1010001

Color Harmonies of #DAA6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA6F9

Black with #DAA6F9

Text Example


Text Example

White with #DAA6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA6F9; }

 p { color: rgb(218,166,249); }

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

background-color css

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

 a { background-color: rgb(218,166,249); }

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

border-color css

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

 span { border-color: rgb(218,166,249); }

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