Html Css Color HEX #DDACE5 Plum

📋 copy color: '#DDACE5'

red 221 ◦ green 172 ◦ blue 229

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

Shades of Plum #DDACE5

Tints of Plum #DDACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.82%

R = 35.53%
G = 27.65%
B = 36.82%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDACE5 (or 0xDDACE5) is known color: Plum. HEX triplet: DD, AC and E5. RGB value is (221,172,229). Sum of RGB (Red+Green+Blue) = 221+172+229=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACE5 is #22531A. Grayscale: #C0C0C0. Windows color (decimal): -2249499 or 15051997. OLE color: 15051997.

HSL color Cylindrical-coordinate representation of color #DDACE5: hue angle of 291.58º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDACE5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 172 229 -
CMYK 0.03 0.25 0 0.10
HSL 291.58º 0.52% 0.79% -
HSV(B) 291.58º 0.25% 0.9% -
XYZ 58.71 50.53 80.79 -
YUV 193.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 221 172 229 0.03 0.25 0 0.10 291.58 0.52 0.79
Hex DD AC E5 3 19 0 A 124 34 4F
Octal 335 254 345 3 31 0 12 444 64 117
Binary 11011101 10101100 11100101 11 11001 0 1010 100100100 110100 1001111

Color Harmonies of #DDACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACE5

Black with #DDACE5

Text Example


Text Example

White with #DDACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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