Html Css Color HEX #DDABF3 Mauve

📋 copy color: '#DDABF3'

red 221 ◦ green 171 ◦ blue 243

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

Shades of Mauve #DDABF3

Tints of Mauve #DDABF3

RGB

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

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

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

R = 34.8%
G = 26.93%
B = 38.27%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDABF3 (or 0xDDABF3) is known color: Mauve. HEX triplet: DD, AB and F3. RGB value is (221,171,243). Sum of RGB (Red+Green+Blue) = 221+171+243=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABF3 is #22540C. Grayscale: #C1C1C1. Windows color (decimal): -2249741 or 15969245. OLE color: 15969245.

HSL color Cylindrical-coordinate representation of color #DDABF3: hue angle of 281.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDABF3 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 171 243 -
CMYK 0.09 0.30 0 0.05
HSL 281.67º 0.75% 0.81% -
HSV(B) 281.67º 0.3% 0.95% -
XYZ 60.56 50.97 91.44 -
YUV 194.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 221 171 243 0.09 0.30 0 0.05 281.67 0.75 0.81
Hex DD AB F3 9 1E 0 5 11A 4B 51
Octal 335 253 363 11 36 0 5 432 113 121
Binary 11011101 10101011 11110011 1001 11110 0 101 100011010 1001011 1010001

Color Harmonies of #DDABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABF3

Black with #DDABF3

Text Example


Text Example

White with #DDABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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