Html Css Color HEX #DAA9FE Mauve

📋 copy color: '#DAA9FE'

red 218 ◦ green 169 ◦ blue 254

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

Shades of Mauve #DAA9FE

Tints of Mauve #DAA9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 34.01%
G = 26.37%
B = 39.63%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAA9FE (or 0xDAA9FE) is known color: Mauve. HEX triplet: DA, A9 and FE. RGB value is (218,169,254). Sum of RGB (Red+Green+Blue) = 218+169+254=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9FE is #255601. Grayscale: #C1C1C1. Windows color (decimal): -2446850 or 16689626. OLE color: 16689626.

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

Color convert

RGB 218 169 254 -
CMYK 0.14 0.33 0 0.00
HSL 274.59º 0.98% 0.83% -
HSV(B) 274.59º 0.33% 1% -
XYZ 60.99 50.44 100.29 -
YUV 193.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 218 169 254 0.14 0.33 0 0.00 274.59 0.98 0.83
Hex DA A9 FE E 21 0 0 113 62 53
Octal 332 251 376 16 41 0 0 423 142 123
Binary 11011010 10101001 11111110 1110 100001 0 0 100010011 1100010 1010011

Color Harmonies of #DAA9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9FE

Black with #DAA9FE

Text Example


Text Example

White with #DAA9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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