Html Css Color HEX #DDADDE Plum

📋 copy color: '#DDADDE'

red 221 ◦ green 173 ◦ blue 222

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

Shades of Plum #DDADDE

Tints of Plum #DDADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.08%

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

R = 35.88%
G = 28.08%
B = 36.04%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDADDE (or 0xDDADDE) is known color: Plum. HEX triplet: DD, AD and DE. RGB value is (221,173,222). Sum of RGB (Red+Green+Blue) = 221+173+222=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADDE is #225221. Grayscale: #C0C0C0. Windows color (decimal): -2249250 or 14593501. OLE color: 14593501.

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

Color convert

RGB 221 173 222 -
CMYK 0.00 0.22 0 0.13
HSL 298.78º 0.43% 0.77% -
HSV(B) 298.78º 0.22% 0.87% -
XYZ 57.95 50.53 75.81 -
YUV 192.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 221 173 222 0.00 0.22 0 0.13 298.78 0.43 0.77
Hex DD AD DE 0 16 0 D 12B 2B 4D
Octal 335 255 336 0 26 0 15 453 53 115
Binary 11011101 10101101 11011110 0 10110 0 1101 100101011 101011 1001101

Color Harmonies of #DDADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADDE

Black with #DDADDE

Text Example


Text Example

White with #DDADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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