Html Css Color HEX #DDACF0 Mauve

📋 copy color: '#DDACF0'

red 221 ◦ green 172 ◦ blue 240

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

Shades of Mauve #DDACF0

Tints of Mauve #DDACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.91%

R = 34.91%
G = 27.17%
B = 37.91%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDACF0 (or 0xDDACF0) is known color: Mauve. HEX triplet: DD, AC and F0. RGB value is (221,172,240). Sum of RGB (Red+Green+Blue) = 221+172+240=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACF0 is #22530F. Grayscale: #C2C2C2. Windows color (decimal): -2249488 or 15772893. OLE color: 15772893.

HSL color Cylindrical-coordinate representation of color #DDACF0: hue angle of 283.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDACF0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 172 240 -
CMYK 0.08 0.28 0 0.06
HSL 283.24º 0.69% 0.81% -
HSV(B) 283.24º 0.28% 0.94% -
XYZ 60.3 51.17 89.14 -
YUV 194.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 221 172 240 0.08 0.28 0 0.06 283.24 0.69 0.81
Hex DD AC F0 8 1C 0 6 11B 45 51
Octal 335 254 360 10 34 0 6 433 105 121
Binary 11011101 10101100 11110000 1000 11100 0 110 100011011 1000101 1010001

Color Harmonies of #DDACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACF0

Black with #DDACF0

Text Example


Text Example

White with #DDACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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