Html Css Color HEX #DAA4FF Mauve

📋 copy color: '#DAA4FF'

red 218 ◦ green 164 ◦ blue 255

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

Shades of Mauve #DAA4FF

Tints of Mauve #DAA4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.03%

R = 34.22%
G = 25.75%
B = 40.03%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAA4FF (or 0xDAA4FF) is known color: Mauve. HEX triplet: DA, A4 and FF. RGB value is (218,164,255). Sum of RGB (Red+Green+Blue) = 218+164+255=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA4FF is #255B00. Grayscale: #BEBEBE. Windows color (decimal): -2448129 or 16753882. OLE color: 16753882.

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

Color convert

RGB 218 164 255 -
CMYK 0.15 0.36 0 0
HSL 275.6º 1% 0.82% -
HSV(B) 275.6º 0.36% 1% -
XYZ 60.24 48.68 100.83 -
YUV 190.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 218 164 255 0.15 0.36 0 0 275.6 1 0.82
Hex DA A4 FF F 24 0 0 114 64 52
Octal 332 244 377 17 44 0 0 424 144 122
Binary 11011010 10100100 11111111 1111 100100 0 0 100010100 1100100 1010010

Color Harmonies of #DAA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA4FF

Black with #DAA4FF

Text Example


Text Example

White with #DAA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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