Html Css Color HEX #DAADF1 Mauve

📋 copy color: '#DAADF1'

red 218 ◦ green 173 ◦ blue 241

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

Shades of Mauve #DAADF1

Tints of Mauve #DAADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.37%

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

R = 34.49%
G = 27.37%
B = 38.13%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAADF1 (or 0xDAADF1) is known color: Mauve. HEX triplet: DA, AD and F1. RGB value is (218,173,241). Sum of RGB (Red+Green+Blue) = 218+173+241=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADF1 is #25520E. Grayscale: #C1C1C1. Windows color (decimal): -2445839 or 15838682. OLE color: 15838682.

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

Color convert

RGB 218 173 241 -
CMYK 0.10 0.28 0 0.05
HSL 279.71º 0.71% 0.81% -
HSV(B) 279.71º 0.28% 0.95% -
XYZ 59.73 51.14 89.94 -
YUV 194.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 218 173 241 0.10 0.28 0 0.05 279.71 0.71 0.81
Hex DA AD F1 A 1C 0 5 118 47 51
Octal 332 255 361 12 34 0 5 430 107 121
Binary 11011010 10101101 11110001 1010 11100 0 101 100011000 1000111 1010001

Color Harmonies of #DAADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADF1

Black with #DAADF1

Text Example


Text Example

White with #DAADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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