Html Css Color HEX #DAADF6 Mauve

📋 copy color: '#DAADF6'

red 218 ◦ green 173 ◦ blue 246

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

Shades of Mauve #DAADF6

Tints of Mauve #DAADF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.62%

R = 34.22%
G = 27.16%
B = 38.62%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAADF6 (or 0xDAADF6) is known color: Mauve. HEX triplet: DA, AD and F6. RGB value is (218,173,246). Sum of RGB (Red+Green+Blue) = 218+173+246=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAADF6 is #255209. Grayscale: #C2C2C2. Windows color (decimal): -2445834 or 16166362. OLE color: 16166362.

HSL color Cylindrical-coordinate representation of color #DAADF6: hue angle of 276.99º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAADF6 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 173 246 -
CMYK 0.11 0.30 0 0.04
HSL 276.99º 0.8% 0.82% -
HSV(B) 276.99º 0.3% 0.96% -
XYZ 60.49 51.45 93.93 -
YUV 194.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 218 173 246 0.11 0.30 0 0.04 276.99 0.8 0.82
Hex DA AD F6 B 1E 0 4 115 50 52
Octal 332 255 366 13 36 0 4 425 120 122
Binary 11011010 10101101 11110110 1011 11110 0 100 100010101 1010000 1010010

Color Harmonies of #DAADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAADF6

Black with #DAADF6

Text Example


Text Example

White with #DAADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAADF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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