Html Css Color HEX #DDAADF Plum

📋 copy color: '#DDAADF'

red 221 ◦ green 170 ◦ blue 223

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

Shades of Plum #DDAADF

Tints of Plum #DDAADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.32%

R = 35.99%
G = 27.69%
B = 36.32%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDAADF (or 0xDDAADF) is known color: Plum. HEX triplet: DD, AA and DF. RGB value is (221,170,223). Sum of RGB (Red+Green+Blue) = 221+170+223=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAADF is #225520. Grayscale: #BFBFBF. Windows color (decimal): -2250017 or 14658269. OLE color: 14658269.

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

Color convert

RGB 221 170 223 -
CMYK 0.01 0.24 0 0.13
HSL 297.74º 0.45% 0.77% -
HSV(B) 297.74º 0.24% 0.87% -
XYZ 57.51 49.45 76.33 -
YUV 191.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 221 170 223 0.01 0.24 0 0.13 297.74 0.45 0.77
Hex DD AA DF 1 18 0 D 12A 2D 4D
Octal 335 252 337 1 30 0 15 452 55 115
Binary 11011101 10101010 11011111 1 11000 0 1101 100101010 101101 1001101

Color Harmonies of #DDAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAADF

Black with #DDAADF

Text Example


Text Example

White with #DDAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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