Html Css Color HEX #DDA8FE Mauve

📋 copy color: '#DDA8FE'

red 221 ◦ green 168 ◦ blue 254

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

Shades of Mauve #DDA8FE

Tints of Mauve #DDA8FE

RGB

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

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

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

R = 34.37%
G = 26.13%
B = 39.5%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDA8FE (or 0xDDA8FE) is known color: Mauve. HEX triplet: DD, A8 and FE. RGB value is (221,168,254). Sum of RGB (Red+Green+Blue) = 221+168+254=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8FE is #225701. Grayscale: #C1C1C1. Windows color (decimal): -2250498 or 16689373. OLE color: 16689373.

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

Color convert

RGB 221 168 254 -
CMYK 0.13 0.34 0 0.00
HSL 276.98º 0.98% 0.83% -
HSV(B) 276.98º 0.34% 1% -
XYZ 61.71 50.53 100.27 -
YUV 193.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 221 168 254 0.13 0.34 0 0.00 276.98 0.98 0.83
Hex DD A8 FE D 22 0 0 115 62 53
Octal 335 250 376 15 42 0 0 425 142 123
Binary 11011101 10101000 11111110 1101 100010 0 0 100010101 1100010 1010011

Color Harmonies of #DDA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8FE

Black with #DDA8FE

Text Example


Text Example

White with #DDA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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