Html Css Color HEX #DDABF9 Mauve

📋 copy color: '#DDABF9'

red 221 ◦ green 171 ◦ blue 249

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

Shades of Mauve #DDABF9

Tints of Mauve #DDABF9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.68%

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

R = 34.48%
G = 26.68%
B = 38.85%

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

#DDABF9 (or 0xDDABF9) is known color: Mauve. HEX triplet: DD, AB and F9. RGB value is (221,171,249). Sum of RGB (Red+Green+Blue) = 221+171+249=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABF9 is #225406. Grayscale: #C2C2C2. Windows color (decimal): -2249735 or 16362461. OLE color: 16362461.

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

Color convert

RGB 221 171 249 -
CMYK 0.11 0.31 0 0.02
HSL 278.46º 0.87% 0.82% -
HSV(B) 278.46º 0.31% 0.98% -
XYZ 61.48 51.34 96.29 -
YUV 194.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 221 171 249 0.11 0.31 0 0.02 278.46 0.87 0.82
Hex DD AB F9 B 1F 0 2 116 57 52
Octal 335 253 371 13 37 0 2 426 127 122
Binary 11011101 10101011 11111001 1011 11111 0 10 100010110 1010111 1010010

Color Harmonies of #DDABF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABF9

Black with #DDABF9

Text Example


Text Example

White with #DDABF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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