Html Css Color HEX #DAA9F8 Mauve

📋 copy color: '#DAA9F8'

red 218 ◦ green 169 ◦ blue 248

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

Shades of Mauve #DAA9F8

Tints of Mauve #DAA9F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.06%

R = 34.33%
G = 26.61%
B = 39.06%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAA9F8 (or 0xDAA9F8) is known color: Mauve. HEX triplet: DA, A9 and F8. RGB value is (218,169,248). Sum of RGB (Red+Green+Blue) = 218+169+248=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 169 (66.41% from 255 or 26.61% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAA9F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9F8 is #255607. Grayscale: #C0C0C0. Windows color (decimal): -2446856 or 16296410. OLE color: 16296410.

HSL color Cylindrical-coordinate representation of color #DAA9F8: hue angle of 277.22º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA9F8 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 169 248 -
CMYK 0.12 0.32 0 0.03
HSL 277.22º 0.85% 0.82% -
HSV(B) 277.22º 0.32% 0.97% -
XYZ 60.04 50.06 95.3 -
YUV 192.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 218 169 248 0.12 0.32 0 0.03 277.22 0.85 0.82
Hex DA A9 F8 C 20 0 3 115 55 52
Octal 332 251 370 14 40 0 3 425 125 122
Binary 11011010 10101001 11111000 1100 100000 0 11 100010101 1010101 1010010

Color Harmonies of #DAA9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9F8

Black with #DAA9F8

Text Example


Text Example

White with #DAA9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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