Html Css Color HEX #DAA9F3 Mauve

📋 copy color: '#DAA9F3'

red 218 ◦ green 169 ◦ blue 243

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

Shades of Mauve #DAA9F3

Tints of Mauve #DAA9F3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.83%

 BLUE value IS 243 (95.31% from 255) = 38.57%

R = 34.6%
G = 26.83%
B = 38.57%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAA9F3 (or 0xDAA9F3) is known color: Mauve. HEX triplet: DA, A9 and F3. RGB value is (218,169,243). Sum of RGB (Red+Green+Blue) = 218+169+243=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAA9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9F3 is #25560C. Grayscale: #BFBFBF. Windows color (decimal): -2446861 or 15968730. OLE color: 15968730.

HSL color Cylindrical-coordinate representation of color #DAA9F3: hue angle of 279.73º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA9F3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 169 243 -
CMYK 0.10 0.30 0 0.05
HSL 279.73º 0.76% 0.81% -
HSV(B) 279.73º 0.3% 0.95% -
XYZ 59.28 49.75 91.27 -
YUV 192.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 218 169 243 0.10 0.30 0 0.05 279.73 0.76 0.81
Hex DA A9 F3 A 1E 0 5 118 4C 51
Octal 332 251 363 12 36 0 5 430 114 121
Binary 11011010 10101001 11110011 1010 11110 0 101 100011000 1001100 1010001

Color Harmonies of #DAA9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9F3

Black with #DAA9F3

Text Example


Text Example

White with #DAA9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9F3; }

 p { color: rgb(218,169,243); }

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

background-color css

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

 a { background-color: rgb(218,169,243); }

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

border-color css

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

 span { border-color: rgb(218,169,243); }

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