Html Css Color HEX #DAA1EF Mauve

📋 copy color: '#DAA1EF'

red 218 ◦ green 161 ◦ blue 239

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

Shades of Mauve #DAA1EF

Tints of Mauve #DAA1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.05%

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 35.28%
G = 26.05%
B = 38.67%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAA1EF (or 0xDAA1EF) is known color: Mauve. HEX triplet: DA, A1 and EF. RGB value is (218,161,239). Sum of RGB (Red+Green+Blue) = 218+161+239=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAA1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1EF is #255E10. Grayscale: #BABABA. Windows color (decimal): -2448913 or 15704538. OLE color: 15704538.

HSL color Cylindrical-coordinate representation of color #DAA1EF: hue angle of 283.85º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAA1EF is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 161 239 -
CMYK 0.09 0.33 0 0.06
HSL 283.85º 0.71% 0.78% -
HSV(B) 283.85º 0.33% 0.94% -
XYZ 57.24 46.63 87.64 -
YUV 186.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 218 161 239 0.09 0.33 0 0.06 283.85 0.71 0.78
Hex DA A1 EF 9 21 0 6 11C 47 4E
Octal 332 241 357 11 41 0 6 434 107 116
Binary 11011010 10100001 11101111 1001 100001 0 110 100011100 1000111 1001110

Color Harmonies of #DAA1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1EF

Black with #DAA1EF

Text Example


Text Example

White with #DAA1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1EF; }

 p { color: rgb(218,161,239); }

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

background-color css

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

 a { background-color: rgb(218,161,239); }

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

border-color css

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

 span { border-color: rgb(218,161,239); }

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