Html Css Color HEX #DDAAE0 Plum

📋 copy color: '#DDAAE0'

red 221 ◦ green 170 ◦ blue 224

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

Shades of Plum #DDAAE0

Tints of Plum #DDAAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.42%

R = 35.93%
G = 27.64%
B = 36.42%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDAAE0 (or 0xDDAAE0) is known color: Plum. HEX triplet: DD, AA and E0. RGB value is (221,170,224). Sum of RGB (Red+Green+Blue) = 221+170+224=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAE0 is #22551F. Grayscale: #BFBFBF. Windows color (decimal): -2250016 or 14723805. OLE color: 14723805.

HSL color Cylindrical-coordinate representation of color #DDAAE0: hue angle of 296.67º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDAAE0 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 170 224 -
CMYK 0.01 0.24 0 0.12
HSL 296.67º 0.47% 0.77% -
HSV(B) 296.67º 0.24% 0.88% -
XYZ 57.65 49.5 77.04 -
YUV 191.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 221 170 224 0.01 0.24 0 0.12 296.67 0.47 0.77
Hex DD AA E0 1 18 0 C 129 2F 4D
Octal 335 252 340 1 30 0 14 451 57 115
Binary 11011101 10101010 11100000 1 11000 0 1100 100101001 101111 1001101

Color Harmonies of #DDAAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAE0

Black with #DDAAE0

Text Example


Text Example

White with #DDAAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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