Html Css Color HEX #DDA3FE Mauve

📋 copy color: '#DDA3FE'

red 221 ◦ green 163 ◦ blue 254

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

Shades of Mauve #DDA3FE

Tints of Mauve #DDA3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.81%

R = 34.64%
G = 25.55%
B = 39.81%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDA3FE (or 0xDDA3FE) is known color: Mauve. HEX triplet: DD, A3 and FE. RGB value is (221,163,254). Sum of RGB (Red+Green+Blue) = 221+163+254=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 163 (64.06% from 255 or 25.55% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3FE is #225C01. Grayscale: #BEBEBE. Windows color (decimal): -2251778 or 16688093. OLE color: 16688093.

HSL color Cylindrical-coordinate representation of color #DDA3FE: hue angle of 278.24º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA3FE is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 163 254 -
CMYK 0.13 0.36 0 0.00
HSL 278.24º 0.98% 0.82% -
HSV(B) 278.24º 0.36% 1% -
XYZ 60.81 48.72 99.97 -
YUV 190.72 163.72 149.6 -
System Red Green Blue C M Y K H S L
Decimal 221 163 254 0.13 0.36 0 0.00 278.24 0.98 0.82
Hex DD A3 FE D 24 0 0 116 62 52
Octal 335 243 376 15 44 0 0 426 142 122
Binary 11011101 10100011 11111110 1101 100100 0 0 100010110 1100010 1010010

Color Harmonies of #DDA3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA3FE

Black with #DDA3FE

Text Example


Text Example

White with #DDA3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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