Html Css Color HEX #DAACF6 Mauve

📋 copy color: '#DAACF6'

red 218 ◦ green 172 ◦ blue 246

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

Shades of Mauve #DAACF6

Tints of Mauve #DAACF6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.04%

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

R = 34.28%
G = 27.04%
B = 38.68%

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

#DAACF6 (or 0xDAACF6) is known color: Mauve. HEX triplet: DA, AC and F6. RGB value is (218,172,246). Sum of RGB (Red+Green+Blue) = 218+172+246=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF6 is #255309. Grayscale: #C1C1C1. Windows color (decimal): -2446090 or 16166106. OLE color: 16166106.

HSL color Cylindrical-coordinate representation of color #DAACF6: hue angle of 277.3º 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 #DAACF6 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 172 246 -
CMYK 0.11 0.30 0 0.04
HSL 277.3º 0.8% 0.82% -
HSV(B) 277.3º 0.3% 0.96% -
XYZ 60.3 51.06 93.87 -
YUV 194.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 218 172 246 0.11 0.30 0 0.04 277.3 0.8 0.82
Hex DA AC F6 B 1E 0 4 115 50 52
Octal 332 254 366 13 36 0 4 425 120 122
Binary 11011010 10101100 11110110 1011 11110 0 100 100010101 1010000 1010010

Color Harmonies of #DAACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACF6

Black with #DAACF6

Text Example


Text Example

White with #DAACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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