Html Css Color HEX #DAA3FB Mauve

📋 copy color: '#DAA3FB'

red 218 ◦ green 163 ◦ blue 251

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

Shades of Mauve #DAA3FB

Tints of Mauve #DAA3FB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.79%

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

R = 34.49%
G = 25.79%
B = 39.72%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAA3FB (or 0xDAA3FB) is known color: Mauve. HEX triplet: DA, A3 and FB. RGB value is (218,163,251). Sum of RGB (Red+Green+Blue) = 218+163+251=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 163 (64.06% from 255 or 25.79% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAA3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3FB is #255C04. Grayscale: #BDBDBD. Windows color (decimal): -2448389 or 16491482. OLE color: 16491482.

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

Color convert

RGB 218 163 251 -
CMYK 0.13 0.35 0 0.02
HSL 277.5º 0.92% 0.81% -
HSV(B) 277.5º 0.35% 0.98% -
XYZ 59.42 48.06 97.41 -
YUV 189.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 218 163 251 0.13 0.35 0 0.02 277.5 0.92 0.81
Hex DA A3 FB D 23 0 2 116 5C 51
Octal 332 243 373 15 43 0 2 426 134 121
Binary 11011010 10100011 11111011 1101 100011 0 10 100010110 1011100 1010001

Color Harmonies of #DAA3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA3FB

Black with #DAA3FB

Text Example


Text Example

White with #DAA3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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