Html Css Color HEX #DFB0E1 Plum

📋 copy color: '#DFB0E1'

red 223 ◦ green 176 ◦ blue 225

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

Shades of Plum #DFB0E1

Tints of Plum #DFB0E1

RGB

 RED value IS 223 (87.5% from 255) = 35.74%

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

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

R = 35.74%
G = 28.21%
B = 36.06%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFB0E1 (or 0xDFB0E1) is known color: Plum. HEX triplet: DF, B0 and E1. RGB value is (223,176,225). Sum of RGB (Red+Green+Blue) = 223+176+225=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFB0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0E1 is #204F1E. Grayscale: #C3C3C3. Windows color (decimal): -2117407 or 14790879. OLE color: 14790879.

HSL color Cylindrical-coordinate representation of color #DFB0E1: hue angle of 297.55º 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 #DFB0E1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 176 225 -
CMYK 0.01 0.22 0 0.12
HSL 297.55º 0.45% 0.79% -
HSV(B) 297.55º 0.22% 0.88% -
XYZ 59.55 52.17 78.17 -
YUV 195.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 223 176 225 0.01 0.22 0 0.12 297.55 0.45 0.79
Hex DF B0 E1 1 16 0 C 12A 2D 4F
Octal 337 260 341 1 26 0 14 452 55 117
Binary 11011111 10110000 11100001 1 10110 0 1100 100101010 101101 1001111

Color Harmonies of #DFB0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0E1

Black with #DFB0E1

Text Example


Text Example

White with #DFB0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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