Html Css Color HEX #DAABF0 Mauve

📋 copy color: '#DAABF0'

red 218 ◦ green 171 ◦ blue 240

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

Shades of Mauve #DAABF0

Tints of Mauve #DAABF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 34.66%
G = 27.19%
B = 38.16%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAABF0 (or 0xDAABF0) is known color: Mauve. HEX triplet: DA, AB and F0. RGB value is (218,171,240). Sum of RGB (Red+Green+Blue) = 218+171+240=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABF0 is #25540F. Grayscale: #C0C0C0. Windows color (decimal): -2446352 or 15772634. OLE color: 15772634.

HSL color Cylindrical-coordinate representation of color #DAABF0: hue angle of 280.87º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAABF0 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 171 240 -
CMYK 0.09 0.29 0 0.06
HSL 280.87º 0.7% 0.81% -
HSV(B) 280.87º 0.29% 0.94% -
XYZ 59.2 50.32 89.03 -
YUV 192.92 154.57 145.89 -
System Red Green Blue C M Y K H S L
Decimal 218 171 240 0.09 0.29 0 0.06 280.87 0.7 0.81
Hex DA AB F0 9 1D 0 6 119 46 51
Octal 332 253 360 11 35 0 6 431 106 121
Binary 11011010 10101011 11110000 1001 11101 0 110 100011001 1000110 1010001

Color Harmonies of #DAABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABF0

Black with #DAABF0

Text Example


Text Example

White with #DAABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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