Html Css Color HEX #DDA3FA Mauve

📋 copy color: '#DDA3FA'

red 221 ◦ green 163 ◦ blue 250

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

Shades of Mauve #DDA3FA

Tints of Mauve #DDA3FA

RGB

 RED value IS 221 (86.72% from 255) = 34.86%

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

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 34.86%
G = 25.71%
B = 39.43%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDA3FA (or 0xDDA3FA) is known color: Mauve. HEX triplet: DD, A3 and FA. RGB value is (221,163,250). Sum of RGB (Red+Green+Blue) = 221+163+250=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 163 (64.06% from 255 or 25.71% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3FA is #225C05. Grayscale: #BDBDBD. Windows color (decimal): -2251782 or 16425949. OLE color: 16425949.

HSL color Cylindrical-coordinate representation of color #DDA3FA: hue angle of 280º degrees, saturation: 0.9, 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 #DDA3FA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 163 250 -
CMYK 0.12 0.35 0 0.02
HSL 280º 0.9% 0.81% -
HSV(B) 280º 0.35% 0.98% -
XYZ 60.17 48.47 96.63 -
YUV 190.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 221 163 250 0.12 0.35 0 0.02 280 0.9 0.81
Hex DD A3 FA C 23 0 2 118 5A 51
Octal 335 243 372 14 43 0 2 430 132 121
Binary 11011101 10100011 11111010 1100 100011 0 10 100011000 1011010 1010001

Color Harmonies of #DDA3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA3FA

Black with #DDA3FA

Text Example


Text Example

White with #DDA3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA3FA; }

 p { color: rgb(221,163,250); }

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

background-color css

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

 a { background-color: rgb(221,163,250); }

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

border-color css

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

 span { border-color: rgb(221,163,250); }

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