Html Css Color HEX #DDB0E1 Plum

📋 copy color: '#DDB0E1'

red 221 ◦ green 176 ◦ blue 225

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

Shades of Plum #DDB0E1

Tints of Plum #DDB0E1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.3%

 BLUE value IS 225 (88.28% from 255) = 36.17%

R = 35.53%
G = 28.3%
B = 36.17%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDB0E1 (or 0xDDB0E1) is known color: Plum. HEX triplet: DD, B0 and E1. RGB value is (221,176,225). Sum of RGB (Red+Green+Blue) = 221+176+225=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDB0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0E1 is #224F1E. Grayscale: #C2C2C2. Windows color (decimal): -2248479 or 14790877. OLE color: 14790877.

HSL color Cylindrical-coordinate representation of color #DDB0E1: hue angle of 295.1º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDB0E1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 176 225 -
CMYK 0.02 0.22 0 0.12
HSL 295.1º 0.45% 0.79% -
HSV(B) 295.1º 0.22% 0.88% -
XYZ 58.93 51.86 78.14 -
YUV 195.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 221 176 225 0.02 0.22 0 0.12 295.1 0.45 0.79
Hex DD B0 E1 2 16 0 C 127 2D 4F
Octal 335 260 341 2 26 0 14 447 55 117
Binary 11011101 10110000 11100001 10 10110 0 1100 100100111 101101 1001111

Color Harmonies of #DDB0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0E1

Black with #DDB0E1

Text Example


Text Example

White with #DDB0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0E1; }

 p { color: rgb(221,176,225); }

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

background-color css

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

 a { background-color: rgb(221,176,225); }

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

border-color css

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

 span { border-color: rgb(221,176,225); }

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