Html Css Color HEX #DDABE9 Plum

📋 copy color: '#DDABE9'

red 221 ◦ green 171 ◦ blue 233

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

Shades of Plum #DDABE9

Tints of Plum #DDABE9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.36%

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

R = 35.36%
G = 27.36%
B = 37.28%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDABE9 (or 0xDDABE9) is known color: Plum. HEX triplet: DD, AB and E9. RGB value is (221,171,233). Sum of RGB (Red+Green+Blue) = 221+171+233=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABE9 is #225416. Grayscale: #C0C0C0. Windows color (decimal): -2249751 or 15313885. OLE color: 15313885.

HSL color Cylindrical-coordinate representation of color #DDABE9: hue angle of 288.39º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDABE9 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 171 233 -
CMYK 0.05 0.27 0 0.09
HSL 288.39º 0.58% 0.79% -
HSV(B) 288.39º 0.27% 0.91% -
XYZ 59.09 50.38 83.7 -
YUV 193.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 221 171 233 0.05 0.27 0 0.09 288.39 0.58 0.79
Hex DD AB E9 5 1B 0 9 120 3A 4F
Octal 335 253 351 5 33 0 11 440 72 117
Binary 11011101 10101011 11101001 101 11011 0 1001 100100000 111010 1001111

Color Harmonies of #DDABE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABE9

Black with #DDABE9

Text Example


Text Example

White with #DDABE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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