Html Css Color HEX #DAACF3 Mauve

📋 copy color: '#DAACF3'

red 218 ◦ green 172 ◦ blue 243

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

Shades of Mauve #DAACF3

Tints of Mauve #DAACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.39%

R = 34.44%
G = 27.17%
B = 38.39%

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

#DAACF3 (or 0xDAACF3) is known color: Mauve. HEX triplet: DA, AC and F3. RGB value is (218,172,243). Sum of RGB (Red+Green+Blue) = 218+172+243=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF3 is #25530C. Grayscale: #C1C1C1. Windows color (decimal): -2446093 or 15969498. OLE color: 15969498.

HSL color Cylindrical-coordinate representation of color #DAACF3: hue angle of 278.87º degrees, saturation: 0.75, 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 #DAACF3 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 172 243 -
CMYK 0.10 0.29 0 0.05
HSL 278.87º 0.75% 0.81% -
HSV(B) 278.87º 0.29% 0.95% -
XYZ 59.84 50.88 91.46 -
YUV 193.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 218 172 243 0.10 0.29 0 0.05 278.87 0.75 0.81
Hex DA AC F3 A 1D 0 5 117 4B 51
Octal 332 254 363 12 35 0 5 427 113 121
Binary 11011010 10101100 11110011 1010 11101 0 101 100010111 1001011 1010001

Color Harmonies of #DAACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACF3

Black with #DAACF3

Text Example


Text Example

White with #DAACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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