Html Css Color HEX #DDA7EF Mauve

📋 copy color: '#DDA7EF'

red 221 ◦ green 167 ◦ blue 239

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

Shades of Mauve #DDA7EF

Tints of Mauve #DDA7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 35.25%
G = 26.63%
B = 38.12%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDA7EF (or 0xDDA7EF) is known color: Mauve. HEX triplet: DD, A7 and EF. RGB value is (221,167,239). Sum of RGB (Red+Green+Blue) = 221+167+239=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDA7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7EF is #225810. Grayscale: #BFBFBF. Windows color (decimal): -2250769 or 15706077. OLE color: 15706077.

HSL color Cylindrical-coordinate representation of color #DDA7EF: hue angle of 285º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA7EF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 167 239 -
CMYK 0.08 0.30 0 0.06
HSL 285º 0.69% 0.8% -
HSV(B) 285º 0.3% 0.94% -
XYZ 59.22 49.24 88.04 -
YUV 191.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 221 167 239 0.08 0.30 0 0.06 285 0.69 0.8
Hex DD A7 EF 8 1E 0 6 11D 45 50
Octal 335 247 357 10 36 0 6 435 105 120
Binary 11011101 10100111 11101111 1000 11110 0 110 100011101 1000101 1010000

Color Harmonies of #DDA7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA7EF

Black with #DDA7EF

Text Example


Text Example

White with #DDA7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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