Html Css Color HEX #DAA9FF Mauve

📋 copy color: '#DAA9FF'

red 218 ◦ green 169 ◦ blue 255

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

Shades of Mauve #DAA9FF

Tints of Mauve #DAA9FF

RGB

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

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

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

R = 33.96%
G = 26.32%
B = 39.72%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAA9FF (or 0xDAA9FF) is known color: Mauve. HEX triplet: DA, A9 and FF. RGB value is (218,169,255). Sum of RGB (Red+Green+Blue) = 218+169+255=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9FF is #255600. Grayscale: #C1C1C1. Windows color (decimal): -2446849 or 16755162. OLE color: 16755162.

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

Color convert

RGB 218 169 255 -
CMYK 0.15 0.34 0 0
HSL 274.19º 1% 0.83% -
HSV(B) 274.19º 0.34% 1% -
XYZ 61.15 50.5 101.13 -
YUV 193.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 218 169 255 0.15 0.34 0 0 274.19 1 0.83
Hex DA A9 FF F 22 0 0 112 64 53
Octal 332 251 377 17 42 0 0 422 144 123
Binary 11011010 10101001 11111111 1111 100010 0 0 100010010 1100100 1010011

Color Harmonies of #DAA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9FF

Black with #DAA9FF

Text Example


Text Example

White with #DAA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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