Html Css Color HEX #DDACF9 Mauve

📋 copy color: '#DDACF9'

red 221 ◦ green 172 ◦ blue 249

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

Shades of Mauve #DDACF9

Tints of Mauve #DDACF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.79%

R = 34.42%
G = 26.79%
B = 38.79%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDACF9 (or 0xDDACF9) is known color: Mauve. HEX triplet: DD, AC and F9. RGB value is (221,172,249). Sum of RGB (Red+Green+Blue) = 221+172+249=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF9 is #225306. Grayscale: #C3C3C3. Windows color (decimal): -2249479 or 16362717. OLE color: 16362717.

HSL color Cylindrical-coordinate representation of color #DDACF9: hue angle of 278.18º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDACF9 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 172 249 -
CMYK 0.11 0.31 0 0.02
HSL 278.18º 0.87% 0.83% -
HSV(B) 278.18º 0.31% 0.98% -
XYZ 61.67 51.72 96.35 -
YUV 195.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 221 172 249 0.11 0.31 0 0.02 278.18 0.87 0.83
Hex DD AC F9 B 1F 0 2 116 57 53
Octal 335 254 371 13 37 0 2 426 127 123
Binary 11011101 10101100 11111001 1011 11111 0 10 100010110 1010111 1010011

Color Harmonies of #DDACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACF9

Black with #DDACF9

Text Example


Text Example

White with #DDACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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