Html Css Color HEX #DDAAEC Mauve

📋 copy color: '#DDAAEC'

red 221 ◦ green 170 ◦ blue 236

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

Shades of Mauve #DDAAEC

Tints of Mauve #DDAAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.64%

R = 35.25%
G = 27.11%
B = 37.64%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDAAEC (or 0xDDAAEC) is known color: Mauve. HEX triplet: DD, AA and EC. RGB value is (221,170,236). Sum of RGB (Red+Green+Blue) = 221+170+236=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAEC is #225513. Grayscale: #C0C0C0. Windows color (decimal): -2250004 or 15510237. OLE color: 15510237.

HSL color Cylindrical-coordinate representation of color #DDAAEC: hue angle of 286.36º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDAAEC is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 170 236 -
CMYK 0.06 0.28 0 0.07
HSL 286.36º 0.63% 0.8% -
HSV(B) 286.36º 0.28% 0.93% -
XYZ 59.33 50.18 85.91 -
YUV 192.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 221 170 236 0.06 0.28 0 0.07 286.36 0.63 0.8
Hex DD AA EC 6 1C 0 7 11E 3F 50
Octal 335 252 354 6 34 0 7 436 77 120
Binary 11011101 10101010 11101100 110 11100 0 111 100011110 111111 1010000

Color Harmonies of #DDAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAEC

Black with #DDAAEC

Text Example


Text Example

White with #DDAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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