Html Css Color HEX #DDB0E9 Plum

📋 copy color: '#DDB0E9'

red 221 ◦ green 176 ◦ blue 233

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

Shades of Plum #DDB0E9

Tints of Plum #DDB0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.98%

R = 35.08%
G = 27.94%
B = 36.98%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDB0E9 (or 0xDDB0E9) is known color: Plum. HEX triplet: DD, B0 and E9. RGB value is (221,176,233). Sum of RGB (Red+Green+Blue) = 221+176+233=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDB0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0E9 is #224F16. Grayscale: #C3C3C3. Windows color (decimal): -2248471 or 15315165. OLE color: 15315165.

HSL color Cylindrical-coordinate representation of color #DDB0E9: hue angle of 287.37º degrees, saturation: 0.56, 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 #DDB0E9 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 176 233 -
CMYK 0.05 0.24 0 0.09
HSL 287.37º 0.56% 0.8% -
HSV(B) 287.37º 0.24% 0.91% -
XYZ 60.05 52.31 84.02 -
YUV 195.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 221 176 233 0.05 0.24 0 0.09 287.37 0.56 0.8
Hex DD B0 E9 5 18 0 9 11F 38 50
Octal 335 260 351 5 30 0 11 437 70 120
Binary 11011101 10110000 11101001 101 11000 0 1001 100011111 111000 1010000

Color Harmonies of #DDB0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0E9

Black with #DDB0E9

Text Example


Text Example

White with #DDB0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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