Html Css Color HEX #DDACF5 Mauve

📋 copy color: '#DDACF5'

red 221 ◦ green 172 ◦ blue 245

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

Shades of Mauve #DDACF5

Tints of Mauve #DDACF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.4%

R = 34.64%
G = 26.96%
B = 38.4%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDACF5 (or 0xDDACF5) is known color: Mauve. HEX triplet: DD, AC and F5. RGB value is (221,172,245). Sum of RGB (Red+Green+Blue) = 221+172+245=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF5 is #22530A. Grayscale: #C2C2C2. Windows color (decimal): -2249483 or 16100573. OLE color: 16100573.

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

Color convert

RGB 221 172 245 -
CMYK 0.10 0.30 0 0.04
HSL 280.27º 0.78% 0.82% -
HSV(B) 280.27º 0.3% 0.96% -
XYZ 61.05 51.47 93.1 -
YUV 194.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 221 172 245 0.10 0.30 0 0.04 280.27 0.78 0.82
Hex DD AC F5 A 1E 0 4 118 4E 52
Octal 335 254 365 12 36 0 4 430 116 122
Binary 11011101 10101100 11110101 1010 11110 0 100 100011000 1001110 1010010

Color Harmonies of #DDACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACF5

Black with #DDACF5

Text Example


Text Example

White with #DDACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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