Html Css Color HEX #DDA7F6 Mauve

📋 copy color: '#DDA7F6'

red 221 ◦ green 167 ◦ blue 246

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

Shades of Mauve #DDA7F6

Tints of Mauve #DDA7F6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.34%

 BLUE value IS 246 (96.48% from 255) = 38.8%

R = 34.86%
G = 26.34%
B = 38.8%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDA7F6 (or 0xDDA7F6) is known color: Mauve. HEX triplet: DD, A7 and F6. RGB value is (221,167,246). Sum of RGB (Red+Green+Blue) = 221+167+246=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDA7F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7F6 is #225809. Grayscale: #BFBFBF. Windows color (decimal): -2250762 or 16164829. OLE color: 16164829.

HSL color Cylindrical-coordinate representation of color #DDA7F6: hue angle of 281.01º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA7F6 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 167 246 -
CMYK 0.10 0.32 0 0.04
HSL 281.01º 0.81% 0.81% -
HSV(B) 281.01º 0.32% 0.96% -
XYZ 60.27 49.66 93.6 -
YUV 192.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 221 167 246 0.10 0.32 0 0.04 281.01 0.81 0.81
Hex DD A7 F6 A 20 0 4 119 51 51
Octal 335 247 366 12 40 0 4 431 121 121
Binary 11011101 10100111 11110110 1010 100000 0 100 100011001 1010001 1010001

Color Harmonies of #DDA7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA7F6

Black with #DDA7F6

Text Example


Text Example

White with #DDA7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA7F6; }

 p { color: rgb(221,167,246); }

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

background-color css

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

 a { background-color: rgb(221,167,246); }

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

border-color css

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

 span { border-color: rgb(221,167,246); }

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