Html Css Color HEX #DDA4EC Plum

📋 copy color: '#DDA4EC'

red 221 ◦ green 164 ◦ blue 236

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

Shades of Plum #DDA4EC

Tints of Plum #DDA4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.41%

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

R = 35.59%
G = 26.41%
B = 38%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDA4EC (or 0xDDA4EC) is known color: Plum. HEX triplet: DD, A4 and EC. RGB value is (221,164,236). Sum of RGB (Red+Green+Blue) = 221+164+236=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4EC is #225B13. Grayscale: #BDBDBD. Windows color (decimal): -2251540 or 15508701. OLE color: 15508701.

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

Color convert

RGB 221 164 236 -
CMYK 0.06 0.31 0 0.07
HSL 287.5º 0.65% 0.78% -
HSV(B) 287.5º 0.31% 0.93% -
XYZ 58.23 47.98 85.55 -
YUV 189.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 221 164 236 0.06 0.31 0 0.07 287.5 0.65 0.78
Hex DD A4 EC 6 1F 0 7 120 41 4E
Octal 335 244 354 6 37 0 7 440 101 116
Binary 11011101 10100100 11101100 110 11111 0 111 100100000 1000001 1001110

Color Harmonies of #DDA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA4EC

Black with #DDA4EC

Text Example


Text Example

White with #DDA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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