Html Css Color HEX #DDA8EC Plum

📋 copy color: '#DDA8EC'

red 221 ◦ green 168 ◦ blue 236

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

Shades of Plum #DDA8EC

Tints of Plum #DDA8EC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.88%

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

R = 35.36%
G = 26.88%
B = 37.76%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDA8EC (or 0xDDA8EC) is known color: Plum. HEX triplet: DD, A8 and EC. RGB value is (221,168,236). Sum of RGB (Red+Green+Blue) = 221+168+236=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8EC is #225713. Grayscale: #BFBFBF. Windows color (decimal): -2250516 or 15509725. OLE color: 15509725.

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

Color convert

RGB 221 168 236 -
CMYK 0.06 0.29 0 0.07
HSL 286.76º 0.64% 0.79% -
HSV(B) 286.76º 0.29% 0.93% -
XYZ 58.96 49.43 85.79 -
YUV 191.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 221 168 236 0.06 0.29 0 0.07 286.76 0.64 0.79
Hex DD A8 EC 6 1D 0 7 11F 40 4F
Octal 335 250 354 6 35 0 7 437 100 117
Binary 11011101 10101000 11101100 110 11101 0 111 100011111 1000000 1001111

Color Harmonies of #DDA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8EC

Black with #DDA8EC

Text Example


Text Example

White with #DDA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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