Html Css Color HEX #DAAAFA Mauve

📋 copy color: '#DAAAFA'

red 218 ◦ green 170 ◦ blue 250

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

Shades of Mauve #DAAAFA

Tints of Mauve #DAAAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.18%

R = 34.17%
G = 26.65%
B = 39.18%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAAAFA (or 0xDAAAFA) is known color: Mauve. HEX triplet: DA, AA and FA. RGB value is (218,170,250). Sum of RGB (Red+Green+Blue) = 218+170+250=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAFA is #255505. Grayscale: #C1C1C1. Windows color (decimal): -2446598 or 16427738. OLE color: 16427738.

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

Color convert

RGB 218 170 250 -
CMYK 0.13 0.32 0 0.02
HSL 276º 0.89% 0.82% -
HSV(B) 276º 0.32% 0.98% -
XYZ 60.54 50.56 97.01 -
YUV 193.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 218 170 250 0.13 0.32 0 0.02 276 0.89 0.82
Hex DA AA FA D 20 0 2 114 59 52
Octal 332 252 372 15 40 0 2 424 131 122
Binary 11011010 10101010 11111010 1101 100000 0 10 100010100 1011001 1010010

Color Harmonies of #DAAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAFA

Black with #DAAAFA

Text Example


Text Example

White with #DAAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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