Html Css Color HEX #DDACF3 Mauve

📋 copy color: '#DDACF3'

red 221 ◦ green 172 ◦ blue 243

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

Shades of Mauve #DDACF3

Tints of Mauve #DDACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.21%

R = 34.75%
G = 27.04%
B = 38.21%

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

#DDACF3 (or 0xDDACF3) is known color: Mauve. HEX triplet: DD, AC and F3. RGB value is (221,172,243). Sum of RGB (Red+Green+Blue) = 221+172+243=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF3 is #22530C. Grayscale: #C2C2C2. Windows color (decimal): -2249485 or 15969501. OLE color: 15969501.

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

Color convert

RGB 221 172 243 -
CMYK 0.09 0.29 0 0.05
HSL 281.41º 0.75% 0.81% -
HSV(B) 281.41º 0.29% 0.95% -
XYZ 60.75 51.35 91.5 -
YUV 194.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 221 172 243 0.09 0.29 0 0.05 281.41 0.75 0.81
Hex DD AC F3 9 1D 0 5 119 4B 51
Octal 335 254 363 11 35 0 5 431 113 121
Binary 11011101 10101100 11110011 1001 11101 0 101 100011001 1001011 1010001

Color Harmonies of #DDACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACF3

Black with #DDACF3

Text Example


Text Example

White with #DDACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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