Html Css Color HEX #DDABF1 Mauve

📋 copy color: '#DDABF1'

red 221 ◦ green 171 ◦ blue 241

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

Shades of Mauve #DDABF1

Tints of Mauve #DDABF1

RGB

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

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

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

R = 34.91%
G = 27.01%
B = 38.07%

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

#DDABF1 (or 0xDDABF1) is known color: Mauve. HEX triplet: DD, AB and F1. RGB value is (221,171,241). Sum of RGB (Red+Green+Blue) = 221+171+241=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABF1 is #22540E. Grayscale: #C1C1C1. Windows color (decimal): -2249743 or 15838173. OLE color: 15838173.

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

Color convert

RGB 221 171 241 -
CMYK 0.08 0.29 0 0.05
HSL 282.86º 0.71% 0.81% -
HSV(B) 282.86º 0.29% 0.95% -
XYZ 60.26 50.85 89.86 -
YUV 193.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 221 171 241 0.08 0.29 0 0.05 282.86 0.71 0.81
Hex DD AB F1 8 1D 0 5 11B 47 51
Octal 335 253 361 10 35 0 5 433 107 121
Binary 11011101 10101011 11110001 1000 11101 0 101 100011011 1000111 1010001

Color Harmonies of #DDABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABF1

Black with #DDABF1

Text Example


Text Example

White with #DDABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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