Html Css Color HEX #DDA7FE Mauve

📋 copy color: '#DDA7FE'

red 221 ◦ green 167 ◦ blue 254

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

Shades of Mauve #DDA7FE

Tints of Mauve #DDA7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.01%

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

R = 34.42%
G = 26.01%
B = 39.56%

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

#DDA7FE (or 0xDDA7FE) is known color: Mauve. HEX triplet: DD, A7 and FE. RGB value is (221,167,254). Sum of RGB (Red+Green+Blue) = 221+167+254=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 167 (65.62% from 255 or 26.01% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7FE is #225801. Grayscale: #C0C0C0. Windows color (decimal): -2250754 or 16689117. OLE color: 16689117.

HSL color Cylindrical-coordinate representation of color #DDA7FE: hue angle of 277.24º 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 #DDA7FE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 167 254 -
CMYK 0.13 0.34 0 0.00
HSL 277.24º 0.98% 0.83% -
HSV(B) 277.24º 0.34% 1% -
XYZ 61.53 50.17 100.21 -
YUV 193.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 221 167 254 0.13 0.34 0 0.00 277.24 0.98 0.83
Hex DD A7 FE D 22 0 0 115 62 53
Octal 335 247 376 15 42 0 0 425 142 123
Binary 11011101 10100111 11111110 1101 100010 0 0 100010101 1100010 1010011

Color Harmonies of #DDA7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA7FE

Black with #DDA7FE

Text Example


Text Example

White with #DDA7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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