Html Css Color HEX #DDA9ED Mauve

📋 copy color: '#DDA9ED'

red 221 ◦ green 169 ◦ blue 237

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

Shades of Mauve #DDA9ED

Tints of Mauve #DDA9ED

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.95%

 BLUE value IS 237 (92.97% from 255) = 37.8%

R = 35.25%
G = 26.95%
B = 37.8%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDA9ED (or 0xDDA9ED) is known color: Mauve. HEX triplet: DD, A9 and ED. RGB value is (221,169,237). Sum of RGB (Red+Green+Blue) = 221+169+237=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDA9ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9ED is #225612. Grayscale: #C0C0C0. Windows color (decimal): -2250259 or 15575517. OLE color: 15575517.

HSL color Cylindrical-coordinate representation of color #DDA9ED: hue angle of 285.88º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA9ED is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 169 237 -
CMYK 0.07 0.29 0 0.07
HSL 285.88º 0.65% 0.8% -
HSV(B) 285.88º 0.29% 0.93% -
XYZ 59.29 49.86 86.62 -
YUV 192.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 221 169 237 0.07 0.29 0 0.07 285.88 0.65 0.8
Hex DD A9 ED 7 1D 0 7 11E 41 50
Octal 335 251 355 7 35 0 7 436 101 120
Binary 11011101 10101001 11101101 111 11101 0 111 100011110 1000001 1010000

Color Harmonies of #DDA9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9ED

Black with #DDA9ED

Text Example


Text Example

White with #DDA9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9ED; }

 p { color: rgb(221,169,237); }

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

background-color css

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

 a { background-color: rgb(221,169,237); }

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

border-color css

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

 span { border-color: rgb(221,169,237); }

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