Html Css Color HEX #DDA6FD Mauve

📋 copy color: '#DDA6FD'

red 221 ◦ green 166 ◦ blue 253

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

Shades of Mauve #DDA6FD

Tints of Mauve #DDA6FD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.94%

 BLUE value IS 253 (99.22% from 255) = 39.53%

R = 34.53%
G = 25.94%
B = 39.53%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDA6FD (or 0xDDA6FD) is known color: Mauve. HEX triplet: DD, A6 and FD. RGB value is (221,166,253). Sum of RGB (Red+Green+Blue) = 221+166+253=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 166 (65.23% from 255 or 25.94% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA6FD is #225902. Grayscale: #C0C0C0. Windows color (decimal): -2251011 or 16623325. OLE color: 16623325.

HSL color Cylindrical-coordinate representation of color #DDA6FD: hue angle of 277.93º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA6FD is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 166 253 -
CMYK 0.13 0.34 0 0.01
HSL 277.93º 0.96% 0.82% -
HSV(B) 277.93º 0.34% 0.99% -
XYZ 61.18 49.74 99.3 -
YUV 192.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 221 166 253 0.13 0.34 0 0.01 277.93 0.96 0.82
Hex DD A6 FD D 22 0 1 116 60 52
Octal 335 246 375 15 42 0 1 426 140 122
Binary 11011101 10100110 11111101 1101 100010 0 1 100010110 1100000 1010010

Color Harmonies of #DDA6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6FD

Black with #DDA6FD

Text Example


Text Example

White with #DDA6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6FD; }

 p { color: rgb(221,166,253); }

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

background-color css

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

 a { background-color: rgb(221,166,253); }

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

border-color css

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

 span { border-color: rgb(221,166,253); }

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