Html Css Color HEX #DDACDE Plum

📋 copy color: '#DDACDE'

red 221 ◦ green 172 ◦ blue 222

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

Shades of Plum #DDACDE

Tints of Plum #DDACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.97%

 BLUE value IS 222 (87.11% from 255) = 36.1%

R = 35.93%
G = 27.97%
B = 36.1%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDACDE (or 0xDDACDE) is known color: Plum. HEX triplet: DD, AC and DE. RGB value is (221,172,222). Sum of RGB (Red+Green+Blue) = 221+172+222=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACDE is #225321. Grayscale: #C0C0C0. Windows color (decimal): -2249506 or 14593245. OLE color: 14593245.

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

Color convert

RGB 221 172 222 -
CMYK 0.00 0.23 0 0.13
HSL 298.8º 0.43% 0.77% -
HSV(B) 298.8º 0.23% 0.87% -
XYZ 57.76 50.15 75.74 -
YUV 192.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 221 172 222 0.00 0.23 0 0.13 298.8 0.43 0.77
Hex DD AC DE 0 17 0 D 12B 2B 4D
Octal 335 254 336 0 27 0 15 453 53 115
Binary 11011101 10101100 11011110 0 10111 0 1101 100101011 101011 1001101

Color Harmonies of #DDACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACDE

Black with #DDACDE

Text Example


Text Example

White with #DDACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACDE; }

 p { color: rgb(221,172,222); }

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

background-color css

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

 a { background-color: rgb(221,172,222); }

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

border-color css

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

 span { border-color: rgb(221,172,222); }

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