Html Css Color HEX #DDAAEF Mauve

📋 copy color: '#DDAAEF'

red 221 ◦ green 170 ◦ blue 239

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

Shades of Mauve #DDAAEF

Tints of Mauve #DDAAEF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.98%

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

R = 35.08%
G = 26.98%
B = 37.94%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDAAEF (or 0xDDAAEF) is known color: Mauve. HEX triplet: DD, AA and EF. RGB value is (221,170,239). Sum of RGB (Red+Green+Blue) = 221+170+239=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAEF is #225510. Grayscale: #C0C0C0. Windows color (decimal): -2250001 or 15706845. OLE color: 15706845.

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

Color convert

RGB 221 170 239 -
CMYK 0.08 0.29 0 0.06
HSL 284.35º 0.68% 0.8% -
HSV(B) 284.35º 0.29% 0.94% -
XYZ 59.77 50.35 88.23 -
YUV 193.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 221 170 239 0.08 0.29 0 0.06 284.35 0.68 0.8
Hex DD AA EF 8 1D 0 6 11C 44 50
Octal 335 252 357 10 35 0 6 434 104 120
Binary 11011101 10101010 11101111 1000 11101 0 110 100011100 1000100 1010000

Color Harmonies of #DDAAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAEF

Black with #DDAAEF

Text Example


Text Example

White with #DDAAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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