Html Css Color HEX #DDA2FE Mauve

📋 copy color: '#DDA2FE'

red 221 ◦ green 162 ◦ blue 254

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

Shades of Mauve #DDA2FE

Tints of Mauve #DDA2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.43%

 BLUE value IS 254 (99.61% from 255) = 39.87%

R = 34.69%
G = 25.43%
B = 39.87%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDA2FE (or 0xDDA2FE) is known color: Mauve. HEX triplet: DD, A2 and FE. RGB value is (221,162,254). Sum of RGB (Red+Green+Blue) = 221+162+254=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2FE is #225D01. Grayscale: #BDBDBD. Windows color (decimal): -2252034 or 16687837. OLE color: 16687837.

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

Color convert

RGB 221 162 254 -
CMYK 0.13 0.36 0 0.00
HSL 278.48º 0.98% 0.82% -
HSV(B) 278.48º 0.36% 1% -
XYZ 60.63 48.37 99.91 -
YUV 190.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 221 162 254 0.13 0.36 0 0.00 278.48 0.98 0.82
Hex DD A2 FE D 24 0 0 116 62 52
Octal 335 242 376 15 44 0 0 426 142 122
Binary 11011101 10100010 11111110 1101 100100 0 0 100010110 1100010 1010010

Color Harmonies of #DDA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA2FE

Black with #DDA2FE

Text Example


Text Example

White with #DDA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA2FE; }

 p { color: rgb(221,162,254); }

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

background-color css

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

 a { background-color: rgb(221,162,254); }

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

border-color css

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

 span { border-color: rgb(221,162,254); }

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