Html Css Color HEX #DDA8FF Mauve

📋 copy color: '#DDA8FF'

red 221 ◦ green 168 ◦ blue 255

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

Shades of Mauve #DDA8FF

Tints of Mauve #DDA8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.09%

 BLUE value IS 255 (100% from 255) = 39.6%

R = 34.32%
G = 26.09%
B = 39.6%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDA8FF (or 0xDDA8FF) is known color: Mauve. HEX triplet: DD, A8 and FF. RGB value is (221,168,255). Sum of RGB (Red+Green+Blue) = 221+168+255=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8FF is #225700. Grayscale: #C1C1C1. Windows color (decimal): -2250497 or 16754909. OLE color: 16754909.

HSL color Cylindrical-coordinate representation of color #DDA8FF: hue angle of 276.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA8FF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 168 255 -
CMYK 0.13 0.34 0 0
HSL 276.55º 1% 0.83% -
HSV(B) 276.55º 0.34% 1% -
XYZ 61.87 50.6 101.11 -
YUV 193.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 221 168 255 0.13 0.34 0 0 276.55 1 0.83
Hex DD A8 FF D 22 0 0 115 64 53
Octal 335 250 377 15 42 0 0 425 144 123
Binary 11011101 10101000 11111111 1101 100010 0 0 100010101 1100100 1010011

Color Harmonies of #DDA8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8FF

Black with #DDA8FF

Text Example


Text Example

White with #DDA8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8FF; }

 p { color: rgb(221,168,255); }

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

background-color css

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

 a { background-color: rgb(221,168,255); }

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

border-color css

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

 span { border-color: rgb(221,168,255); }

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