Html Css Color HEX #DDACF7 Mauve

📋 copy color: '#DDACF7'

red 221 ◦ green 172 ◦ blue 247

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

Shades of Mauve #DDACF7

Tints of Mauve #DDACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.88%

 BLUE value IS 247 (96.88% from 255) = 38.59%

R = 34.53%
G = 26.88%
B = 38.59%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDACF7 (or 0xDDACF7) is known color: Mauve. HEX triplet: DD, AC and F7. RGB value is (221,172,247). Sum of RGB (Red+Green+Blue) = 221+172+247=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF7 is #225308. Grayscale: #C2C2C2. Windows color (decimal): -2249481 or 16231645. OLE color: 16231645.

HSL color Cylindrical-coordinate representation of color #DDACF7: hue angle of 279.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDACF7 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 172 247 -
CMYK 0.11 0.30 0 0.03
HSL 279.2º 0.82% 0.82% -
HSV(B) 279.2º 0.3% 0.97% -
XYZ 61.36 51.59 94.72 -
YUV 195.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 221 172 247 0.11 0.30 0 0.03 279.2 0.82 0.82
Hex DD AC F7 B 1E 0 3 117 52 52
Octal 335 254 367 13 36 0 3 427 122 122
Binary 11011101 10101100 11110111 1011 11110 0 11 100010111 1010010 1010010

Color Harmonies of #DDACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACF7

Black with #DDACF7

Text Example


Text Example

White with #DDACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACF7; }

 p { color: rgb(221,172,247); }

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

background-color css

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

 a { background-color: rgb(221,172,247); }

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

border-color css

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

 span { border-color: rgb(221,172,247); }

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