Html Css Color HEX #DDACF2 Mauve

📋 copy color: '#DDACF2'

red 221 ◦ green 172 ◦ blue 242

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

Shades of Mauve #DDACF2

Tints of Mauve #DDACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.11%

R = 34.8%
G = 27.09%
B = 38.11%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDACF2 (or 0xDDACF2) is known color: Mauve. HEX triplet: DD, AC and F2. RGB value is (221,172,242). Sum of RGB (Red+Green+Blue) = 221+172+242=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF2 is #22530D. Grayscale: #C2C2C2. Windows color (decimal): -2249486 or 15903965. OLE color: 15903965.

HSL color Cylindrical-coordinate representation of color #DDACF2: hue angle of 282º degrees, saturation: 0.73, 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 #DDACF2 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 172 242 -
CMYK 0.09 0.29 0 0.05
HSL 282º 0.73% 0.81% -
HSV(B) 282º 0.29% 0.95% -
XYZ 60.6 51.29 90.71 -
YUV 194.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 221 172 242 0.09 0.29 0 0.05 282 0.73 0.81
Hex DD AC F2 9 1D 0 5 11A 49 51
Octal 335 254 362 11 35 0 5 432 111 121
Binary 11011101 10101100 11110010 1001 11101 0 101 100011010 1001001 1010001

Color Harmonies of #DDACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACF2

Black with #DDACF2

Text Example


Text Example

White with #DDACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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