#DFB2E7

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

Shades of Plum #DFB2E7

Tints of Plum #DFB2E7

Color information

#DFB2E7 (or 0xDFB2E7) is unknown color: approx Plum. HEX triplet: DF, B2 and E7. RGB value is (223,178,231). Sum of RGB (Red+Green+Blue) = 223+178+231=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFB2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2E7 is #204D18. Grayscale: #C5C5C5. Windows color (decimal): -2116889 or 15184607. OLE color: 15184607.

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

Color convert

RGB223178231-
CMYK0.030.2300.09
HSL290.94º52.48%80.2%-
HSV(B)290.94º22.94%90.59%-
XYZ60.7853.382.69-
YUV197.5146.91146.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 178 (69.92% from 255) = 28.16%
BLUE value IS 231 (90.62% from 255) = 36.55%
R=35.28%
G=28.16%
B=36.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231782310.030.2300.09290.9452.4880.2
HexDFB2E7317091233450
Octal33726234732701144364120
Binary1101111110110010111001111110111010011001000111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB2E7; }

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

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

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

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

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

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

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

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