Html Css Color HEX #DDA7EE Mauve

📋 copy color: '#DDA7EE'

red 221 ◦ green 167 ◦ blue 238

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

Shades of Mauve #DDA7EE

Tints of Mauve #DDA7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.02%

R = 35.3%
G = 26.68%
B = 38.02%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDA7EE (or 0xDDA7EE) is known color: Mauve. HEX triplet: DD, A7 and EE. RGB value is (221,167,238). Sum of RGB (Red+Green+Blue) = 221+167+238=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDA7EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7EE is #225811. Grayscale: #BFBFBF. Windows color (decimal): -2250770 or 15640541. OLE color: 15640541.

HSL color Cylindrical-coordinate representation of color #DDA7EE: hue angle of 285.63º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA7EE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 167 238 -
CMYK 0.07 0.30 0 0.07
HSL 285.63º 0.68% 0.79% -
HSV(B) 285.63º 0.3% 0.93% -
XYZ 59.07 49.18 87.27 -
YUV 191.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 221 167 238 0.07 0.30 0 0.07 285.63 0.68 0.79
Hex DD A7 EE 7 1E 0 7 11E 44 4F
Octal 335 247 356 7 36 0 7 436 104 117
Binary 11011101 10100111 11101110 111 11110 0 111 100011110 1000100 1001111

Color Harmonies of #DDA7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA7EE

Black with #DDA7EE

Text Example


Text Example

White with #DDA7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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