Html Css Color HEX #DDA8FD Mauve

📋 copy color: '#DDA8FD'

red 221 ◦ green 168 ◦ blue 253

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

Shades of Mauve #DDA8FD

Tints of Mauve #DDA8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.41%

R = 34.42%
G = 26.17%
B = 39.41%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDA8FD (or 0xDDA8FD) is known color: Mauve. HEX triplet: DD, A8 and FD. RGB value is (221,168,253). Sum of RGB (Red+Green+Blue) = 221+168+253=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8FD is #225702. Grayscale: #C1C1C1. Windows color (decimal): -2250499 or 16623837. OLE color: 16623837.

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

Color convert

RGB 221 168 253 -
CMYK 0.13 0.34 0 0.01
HSL 277.41º 0.96% 0.83% -
HSV(B) 277.41º 0.34% 0.99% -
XYZ 61.55 50.47 99.43 -
YUV 193.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 221 168 253 0.13 0.34 0 0.01 277.41 0.96 0.83
Hex DD A8 FD D 22 0 1 115 60 53
Octal 335 250 375 15 42 0 1 425 140 123
Binary 11011101 10101000 11111101 1101 100010 0 1 100010101 1100000 1010011

Color Harmonies of #DDA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8FD

Black with #DDA8FD

Text Example


Text Example

White with #DDA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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