Html Css Color HEX #DAAAF7 Mauve

📋 copy color: '#DAAAF7'

red 218 ◦ green 170 ◦ blue 247

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

Shades of Mauve #DAAAF7

Tints of Mauve #DAAAF7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.77%

 BLUE value IS 247 (96.88% from 255) = 38.9%

R = 34.33%
G = 26.77%
B = 38.9%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAAAF7 (or 0xDAAAF7) is known color: Mauve. HEX triplet: DA, AA and F7. RGB value is (218,170,247). Sum of RGB (Red+Green+Blue) = 218+170+247=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAAAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAF7 is #255508. Grayscale: #C0C0C0. Windows color (decimal): -2446601 or 16231130. OLE color: 16231130.

HSL color Cylindrical-coordinate representation of color #DAAAF7: hue angle of 277.4º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAAAF7 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 170 247 -
CMYK 0.12 0.31 0 0.03
HSL 277.4º 0.83% 0.82% -
HSV(B) 277.4º 0.31% 0.97% -
XYZ 60.08 50.37 94.55 -
YUV 193.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 218 170 247 0.12 0.31 0 0.03 277.4 0.83 0.82
Hex DA AA F7 C 1F 0 3 115 53 52
Octal 332 252 367 14 37 0 3 425 123 122
Binary 11011010 10101010 11110111 1100 11111 0 11 100010101 1010011 1010010

Color Harmonies of #DAAAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAF7

Black with #DAAAF7

Text Example


Text Example

White with #DAAAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAF7; }

 p { color: rgb(218,170,247); }

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

background-color css

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

 a { background-color: rgb(218,170,247); }

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

border-color css

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

 span { border-color: rgb(218,170,247); }

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