Html Css Color HEX #DDACF1 Mauve

📋 copy color: '#DDACF1'

red 221 ◦ green 172 ◦ blue 241

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

Shades of Mauve #DDACF1

Tints of Mauve #DDACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.01%

R = 34.86%
G = 27.13%
B = 38.01%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDACF1 (or 0xDDACF1) is known color: Mauve. HEX triplet: DD, AC and F1. RGB value is (221,172,241). Sum of RGB (Red+Green+Blue) = 221+172+241=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF1 is #22530E. Grayscale: #C2C2C2. Windows color (decimal): -2249487 or 15838429. OLE color: 15838429.

HSL color Cylindrical-coordinate representation of color #DDACF1: hue angle of 282.61º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDACF1 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 172 241 -
CMYK 0.08 0.29 0 0.05
HSL 282.61º 0.71% 0.81% -
HSV(B) 282.61º 0.29% 0.95% -
XYZ 60.45 51.23 89.92 -
YUV 194.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 221 172 241 0.08 0.29 0 0.05 282.61 0.71 0.81
Hex DD AC F1 8 1D 0 5 11B 47 51
Octal 335 254 361 10 35 0 5 433 107 121
Binary 11011101 10101100 11110001 1000 11101 0 101 100011011 1000111 1010001

Color Harmonies of #DDACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACF1

Black with #DDACF1

Text Example


Text Example

White with #DDACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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