Html Css Color HEX #DAABF1 Mauve

📋 copy color: '#DAABF1'

red 218 ◦ green 171 ◦ blue 241

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

Shades of Mauve #DAABF1

Tints of Mauve #DAABF1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.14%

 BLUE value IS 241 (94.53% from 255) = 38.25%

R = 34.6%
G = 27.14%
B = 38.25%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAABF1 (or 0xDAABF1) is known color: Mauve. HEX triplet: DA, AB and F1. RGB value is (218,171,241). Sum of RGB (Red+Green+Blue) = 218+171+241=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABF1 is #25540E. Grayscale: #C0C0C0. Windows color (decimal): -2446351 or 15838170. OLE color: 15838170.

HSL color Cylindrical-coordinate representation of color #DAABF1: hue angle of 280.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAABF1 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 171 241 -
CMYK 0.10 0.29 0 0.05
HSL 280.29º 0.71% 0.81% -
HSV(B) 280.29º 0.29% 0.95% -
XYZ 59.35 50.38 89.82 -
YUV 193.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 218 171 241 0.10 0.29 0 0.05 280.29 0.71 0.81
Hex DA AB F1 A 1D 0 5 118 47 51
Octal 332 253 361 12 35 0 5 430 107 121
Binary 11011010 10101011 11110001 1010 11101 0 101 100011000 1000111 1010001

Color Harmonies of #DAABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABF1

Black with #DAABF1

Text Example


Text Example

White with #DAABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABF1; }

 p { color: rgb(218,171,241); }

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

background-color css

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

 a { background-color: rgb(218,171,241); }

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

border-color css

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

 span { border-color: rgb(218,171,241); }

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