Html Css Color HEX #DAA4FE Mauve

📋 copy color: '#DAA4FE'

red 218 ◦ green 164 ◦ blue 254

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

Shades of Mauve #DAA4FE

Tints of Mauve #DAA4FE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.79%

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

R = 34.28%
G = 25.79%
B = 39.94%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAA4FE (or 0xDAA4FE) is known color: Mauve. HEX triplet: DA, A4 and FE. RGB value is (218,164,254). Sum of RGB (Red+Green+Blue) = 218+164+254=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA4FE is #255B01. Grayscale: #BEBEBE. Windows color (decimal): -2448130 or 16688346. OLE color: 16688346.

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

Color convert

RGB 218 164 254 -
CMYK 0.14 0.35 0 0.00
HSL 276º 0.98% 0.82% -
HSV(B) 276º 0.35% 1% -
XYZ 60.08 48.61 99.98 -
YUV 190.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 218 164 254 0.14 0.35 0 0.00 276 0.98 0.82
Hex DA A4 FE E 23 0 0 114 62 52
Octal 332 244 376 16 43 0 0 424 142 122
Binary 11011010 10100100 11111110 1110 100011 0 0 100010100 1100010 1010010

Color Harmonies of #DAA4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA4FE

Black with #DAA4FE

Text Example


Text Example

White with #DAA4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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