#DFB2E9

Color #DFB2E9 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DFB2E9

Tints of Plum #DFB2E9

Color information

#DFB2E9 (or 0xDFB2E9) is unknown color: approx Plum. HEX triplet: DF, B2 and E9. RGB value is (223,178,233). Sum of RGB (Red+Green+Blue) = 223+178+233=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFB2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2E9 is #204D16. Grayscale: #C5C5C5. Windows color (decimal): -2116887 or 15315679. OLE color: 15315679.

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

Color convert

RGB223178233-
CMYK0.040.2400.09
HSL289.09º55.56%80.59%-
HSV(B)289.09º23.61%91.37%-
XYZ61.0653.4184.18-
YUV197.72147.91146.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 178 (69.92% from 255) = 28.08%
BLUE value IS 233 (91.41% from 255) = 36.75%
R=35.17%
G=28.08%
B=36.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231782330.040.2400.09289.0955.5680.59
HexDFB2E9418091213851
Octal33726235143001144170121
Binary11011111101100101110100110011000010011001000011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB2E9; }

 p { color: rgb(223,178,233); }

 H1.HeaderClassName
 {
   color: #DFB2E9;
 }
 .AnyTagClassName
 {
   color: #DFB2E9;
 }
</style>
background-color css

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

 a { background-color: rgb(223,178,233); }

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

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

 span { border-color: rgb(223,178,233); }

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