Html Css Color HEX #DDAAFD Mauve

📋 copy color: '#DDAAFD'

red 221 ◦ green 170 ◦ blue 253

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

Shades of Mauve #DDAAFD

Tints of Mauve #DDAAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.29%

R = 34.32%
G = 26.4%
B = 39.29%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDAAFD (or 0xDDAAFD) is known color: Mauve. HEX triplet: DD, AA and FD. RGB value is (221,170,253). Sum of RGB (Red+Green+Blue) = 221+170+253=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAFD is #225502. Grayscale: #C2C2C2. Windows color (decimal): -2249987 or 16624349. OLE color: 16624349.

HSL color Cylindrical-coordinate representation of color #DDAAFD: hue angle of 276.87º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDAAFD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 170 253 -
CMYK 0.13 0.33 0 0.01
HSL 276.87º 0.95% 0.83% -
HSV(B) 276.87º 0.33% 0.99% -
XYZ 61.92 51.21 99.55 -
YUV 194.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 221 170 253 0.13 0.33 0 0.01 276.87 0.95 0.83
Hex DD AA FD D 21 0 1 115 5F 53
Octal 335 252 375 15 41 0 1 425 137 123
Binary 11011101 10101010 11111101 1101 100001 0 1 100010101 1011111 1010011

Color Harmonies of #DDAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAFD

Black with #DDAAFD

Text Example


Text Example

White with #DDAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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