Html Css Color HEX #DAA1FE Mauve

📋 copy color: '#DAA1FE'

red 218 ◦ green 161 ◦ blue 254

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

Shades of Mauve #DAA1FE

Tints of Mauve #DAA1FE

RGB

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

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

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

R = 34.44%
G = 25.43%
B = 40.13%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAA1FE (or 0xDAA1FE) is known color: Mauve. HEX triplet: DA, A1 and FE. RGB value is (218,161,254). Sum of RGB (Red+Green+Blue) = 218+161+254=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1FE is #255E01. Grayscale: #BCBCBC. Windows color (decimal): -2448898 or 16687578. OLE color: 16687578.

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

Color convert

RGB 218 161 254 -
CMYK 0.14 0.37 0 0.00
HSL 276.77º 0.98% 0.81% -
HSV(B) 276.77º 0.37% 1% -
XYZ 59.55 47.55 99.81 -
YUV 188.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 218 161 254 0.14 0.37 0 0.00 276.77 0.98 0.81
Hex DA A1 FE E 25 0 0 115 62 51
Octal 332 241 376 16 45 0 0 425 142 121
Binary 11011010 10100001 11111110 1110 100101 0 0 100010101 1100010 1010001

Color Harmonies of #DAA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1FE

Black with #DAA1FE

Text Example


Text Example

White with #DAA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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