Html Css Color HEX #DDB0E7 Plum

📋 copy color: '#DDB0E7'

red 221 ◦ green 176 ◦ blue 231

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

Shades of Plum #DDB0E7

Tints of Plum #DDB0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.78%

R = 35.19%
G = 28.03%
B = 36.78%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDB0E7 (or 0xDDB0E7) is known color: Plum. HEX triplet: DD, B0 and E7. RGB value is (221,176,231). Sum of RGB (Red+Green+Blue) = 221+176+231=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDB0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0E7 is #224F18. Grayscale: #C3C3C3. Windows color (decimal): -2248473 or 15184093. OLE color: 15184093.

HSL color Cylindrical-coordinate representation of color #DDB0E7: hue angle of 289.09º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB0E7 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 176 231 -
CMYK 0.04 0.24 0 0.09
HSL 289.09º 0.53% 0.8% -
HSV(B) 289.09º 0.24% 0.91% -
XYZ 59.77 52.19 82.53 -
YUV 195.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 221 176 231 0.04 0.24 0 0.09 289.09 0.53 0.8
Hex DD B0 E7 4 18 0 9 121 35 50
Octal 335 260 347 4 30 0 11 441 65 120
Binary 11011101 10110000 11100111 100 11000 0 1001 100100001 110101 1010000

Color Harmonies of #DDB0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0E7

Black with #DDB0E7

Text Example


Text Example

White with #DDB0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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