Html Css Color HEX #DAACFB Mauve

📋 copy color: '#DAACFB'

red 218 ◦ green 172 ◦ blue 251

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

Shades of Mauve #DAACFB

Tints of Mauve #DAACFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.16%

R = 34.01%
G = 26.83%
B = 39.16%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAACFB (or 0xDAACFB) is known color: Mauve. HEX triplet: DA, AC and FB. RGB value is (218,172,251). Sum of RGB (Red+Green+Blue) = 218+172+251=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACFB is #255304. Grayscale: #C2C2C2. Windows color (decimal): -2446085 or 16493786. OLE color: 16493786.

HSL color Cylindrical-coordinate representation of color #DAACFB: hue angle of 274.94º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAACFB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 172 251 -
CMYK 0.13 0.31 0 0.02
HSL 274.94º 0.91% 0.83% -
HSV(B) 274.94º 0.31% 0.98% -
XYZ 61.08 51.38 97.96 -
YUV 194.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 218 172 251 0.13 0.31 0 0.02 274.94 0.91 0.83
Hex DA AC FB D 1F 0 2 113 5B 53
Octal 332 254 373 15 37 0 2 423 133 123
Binary 11011010 10101100 11111011 1101 11111 0 10 100010011 1011011 1010011

Color Harmonies of #DAACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACFB

Black with #DAACFB

Text Example


Text Example

White with #DAACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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